Skip to content

Commit

Permalink
[MIG] purchase_analytic: Migration to 18.0
Browse files Browse the repository at this point in the history
The invisible field in the purchase order form view was removed, as it
will be added automatically if required [1].

[1]: odoo/odoo#137031
  • Loading branch information
CLaurelB committed Jan 21, 2025
1 parent 64fadc0 commit 22268f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion purchase_analytic/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Purchase Analytic",
"version": "17.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Acsone SA/NV, Odoo Community Association (OCA)",
"category": "Purchase Management",
"website": "https://github.com/OCA/account-analytic",
Expand Down
1 change: 0 additions & 1 deletion purchase_analytic/views/purchase_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
groups="analytic.group_analytic_accounting"
readonly="state in ('done', 'cancel')"
/>
<field name="analytic_distribution" invisible="1" />
</field>
<field name="order_line" position="attributes">
<attribute name="context" operation="update">
Expand Down

0 comments on commit 22268f4

Please sign in to comment.