Skip to content

Commit

Permalink
Merge pull request OCA#4141 from Tecnativa/14.0-ou-fix-stock_account-…
Browse files Browse the repository at this point in the history
…TT45339

[14.0][OU-FIX] stock_account: Since v14, Billing group is no longer inherited from Stock Manager group
  • Loading branch information
pedrobaeza authored Oct 2, 2023
2 parents 2835329 + 74d3382 commit 087141a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
<!-- <record id="stock_valuation_layer_company_rule" model="ir.rule">
<field name="global"/>
</record> -->
<record id="stock.group_stock_manager" model="res.groups">
<field name="implied_ids" eval="[(3, ref('account.group_account_invoice'))]"/>
</record>
</odoo>

0 comments on commit 087141a

Please sign in to comment.