-
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_descarga: Change quartering compute function.
- Loading branch information
Tu Nombre
committed
Jul 5, 2024
1 parent
afa50b4
commit 1ea8647
Showing
20 changed files
with
691 additions
and
1,226 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<odoo noupdate="1"> | ||
<record id="quartering_category" model="mrp.bom.category"> | ||
<field name="name">Despiece</field> | ||
<field | ||
name="sequence_id" | ||
eval="ref('custom_mrp_descarga.quartering_sequence')" | ||
/> | ||
<field name="sequence_id" eval="ref('custom_mrp_descarga.quartering_sequence')"/> | ||
</record> | ||
<record id="classified_category" model="mrp.bom.category"> | ||
<field name="name">Clasificado</field> | ||
<field | ||
name="sequence_id" | ||
eval="ref('custom_mrp_descarga.classified_sequence')" | ||
/> | ||
<field name="sequence_id" eval="ref('custom_mrp_descarga.classified_sequence')"/> | ||
</record> | ||
</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
Oops, something went wrong.