-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[14.0][IMP] custom_mrp_line_cost: New fields in stock move lines.
- Loading branch information
Tu Nombre
committed
Jul 2, 2024
1 parent
afa50b4
commit f3b69f3
Showing
10 changed files
with
133 additions
and
138 deletions.
There are no files selected for viewing
25 changes: 15 additions & 10 deletions
25
custom_mrp_line_cost/data/mrp_standar_price_decimal_precision.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<odoo noupdate="1"> | ||
<record forcecreate="True" id="moveline_standard_price" model="decimal.precision"> | ||
<field name="name">MRP Price Decimal Precision</field> | ||
<field name="digits">5</field> | ||
</record> | ||
<record forcecreate="True" id="decimal_killing_cost" model="decimal.precision"> | ||
<field name="name">Killing Cost Decimal Precision</field> | ||
<field name="digits">3</field> | ||
</record> | ||
<odoo> | ||
<data noupdate="1"> | ||
<record | ||
forcecreate="True" | ||
id="moveline_standard_price" | ||
model="decimal.precision" | ||
> | ||
<field name="name">MRP Price Decimal Precision</field> | ||
<field name="digits">5</field> | ||
</record> | ||
<record forcecreate="True" id="decimal_killing_cost" model="decimal.precision"> | ||
<field name="name">Killing Cost Decimal Precision</field> | ||
<field name="digits">3</field> | ||
</record> | ||
</data> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.