Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12.0 941 add mrp grouped sale production new matrix 2d module for sale disable test #346

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
697997e
[ADD][WIP] New module mrp_grouped_sale_production
quentinDupont Jul 7, 2023
c02630e
[ADD] Link to MRP Prod created with Sale Orders
quentinDupont Jul 10, 2023
2a8afd0
[FIX] stuffs and [ADD] translation
quentinDupont Jul 11, 2023
2cc6311
[FIX] remove useless code
quentinDupont Jul 12, 2023
82bb3e0
[IMP] Tree view : get actuals sale order easily
quentinDupont Jul 12, 2023
22bb38f
Rename module + ADD Production Plan Report + FIX many2many add sale_o…
quentinDupont Jul 18, 2023
9ee9d7b
Clean code + Add partner in wizard print production plan
quentinDupont Jul 18, 2023
22b2463
[IMP] Add domain on order choosable + improve info on grouped view
quentinDupont Jul 18, 2023
29776c2
[ADD] Confirme all sale_orders and buttons on line + [IMP] filter sal…
quentinDupont Jul 18, 2023
0e67b3e
[FIX] fix install
quentinDupont Jul 19, 2023
8e41d06
[ADD] Grouped state for sale and production
quentinDupont Jul 19, 2023
6bce8f9
wip
quentinDupont Jul 19, 2023
fdf7be7
Finish remove old module
quentinDupont Jul 19, 2023
65bb83c
[IMP] add date on sale_grouped tree view
quentinDupont Jul 19, 2023
6757d85
[IMP] Readme
quentinDupont Jul 19, 2023
1349b8b
clean stuff
quentinDupont Jul 27, 2023
7969d68
[IMP] states depend on sale and prod states
quentinDupont Aug 18, 2023
5b4a446
[FIX] Production assistant with sale boms [IMP] Grouped Sales Form vi…
quentinDupont Oct 16, 2023
efc6589
[FIX] test
quentinDupont Oct 17, 2023
0ab8b04
[IMP] link betweend Grouped Sales and Wizard : add title and notes on…
quentinDupont Oct 17, 2023
149edea
[FIX] terms [IMP] hide button if no sales selected
quentinDupont Oct 18, 2023
0407e98
[ADD] tests
quentinDupont Oct 19, 2023
6a0dff2
[IMP] Hide duplicate menu Wizard Prod [FIX] tests
quentinDupont Oct 19, 2023
6ee093e
[FIX] template id de merde [IMP] readme [ADD] tests
quentinDupont Oct 19, 2023
eb08be3
[ADD] tests and demos
quentinDupont Oct 24, 2023
8381d1e
[IMP] Sale sum up report on landscape
quentinDupont Oct 24, 2023
64b41ff
[ADD] PDF : Sum up quantities per BoM [IMP] UI for products wo BoM [I…
quentinDupont Nov 2, 2023
adaa1c5
[FIX] Do not display mrp field on sale order, for users that don't us…
legalsylvain Dec 3, 2023
5454136
[TMP] mrp_bom_purchase : Disable Test again
legalsylvain Dec 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mrp_bom_purchase/data/report_paperformat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="format">A4</field>
<field name="page_height">0</field>
<field name="page_width">0</field>
<field name="orientation">Portrait</field>
<field name="orientation">Landscape</field>
<field name="margin_top">10</field>
<field name="margin_bottom">10</field>
<field name="margin_left">5</field>
Expand Down
29 changes: 25 additions & 4 deletions mrp_bom_purchase/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-27 12:59+0000\n"
"PO-Revision-Date: 2023-07-27 12:59+0000\n"
"POT-Creation-Date: 2023-10-30 13:02+0000\n"
"PO-Revision-Date: 2023-10-30 13:02+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -58,7 +58,7 @@ msgstr "Fiche technique"
#. module: mrp_bom_purchase
#: model_terms:ir.ui.view,arch_db:mrp_bom_purchase.report_bom_purchase_list
msgid "Bill of Material"
msgstr "Fiche Technique"
msgstr "Fiche technique"

#. module: mrp_bom_purchase
#: model:ir.actions.report,name:mrp_bom_purchase.bom_purchase_list
Expand Down Expand Up @@ -180,6 +180,11 @@ msgstr "Dernière mise à jour le"
msgid "Lines"
msgstr "Lignes"

#. module: mrp_bom_purchase
#: model:ir.model.fields,field_description:mrp_bom_purchase.field_bom_print_purchase_list_wizard__no_origin
msgid "No Origin"
msgstr "Pas d'origine"

#. module: mrp_bom_purchase
#: model:ir.model.fields,field_description:mrp_bom_purchase.field_bom_print_purchase_list_wizard__notes_for_pdf
msgid "Notes For Pdf"
Expand All @@ -190,6 +195,11 @@ msgstr "Notes sur le PDF"
msgid "Order of March 18, 1871 for customer Louise Michel"
msgstr "Commande du 18 mars 1871 de Louise Michel"

#. module: mrp_bom_purchase
#: model:ir.model.fields,field_description:mrp_bom_purchase.field_bom_print_purchase_list_wizard_line__bom_origin
msgid "Origin"
msgstr "Origine"

#. module: mrp_bom_purchase
#: model_terms:ir.ui.view,arch_db:mrp_bom_purchase.report_bom_purchase_list
msgid "Price Unit"
Expand Down Expand Up @@ -256,6 +266,16 @@ msgstr "Quantité"
msgid "Subtotal"
msgstr "Sous-total"

#. module: mrp_bom_purchase
#: model_terms:ir.ui.view,arch_db:mrp_bom_purchase.report_bom_purchase_list
msgid "Sum um quantities per bills of materials"
msgstr "Résumé des quantités par fiche technique"

#. module: mrp_bom_purchase
#: model:ir.model.fields,field_description:mrp_bom_purchase.field_bom_print_purchase_list_wizard__title_for_pdf
msgid "Title For Pdf"
msgstr "Titre pour le PDF"

#. module: mrp_bom_purchase
#: model_terms:ir.ui.view,arch_db:mrp_bom_purchase.view_bom_print_purchase_list_wizard_form
msgid "Total Cost"
Expand Down Expand Up @@ -289,8 +309,9 @@ msgstr ""

#. module: mrp_bom_purchase
#: model:ir.model.fields,help:mrp_bom_purchase.field_bom_print_purchase_list_wizard__notes_for_pdf
#: model:ir.model.fields,help:mrp_bom_purchase.field_bom_print_purchase_list_wizard__title_for_pdf
msgid "Write whatever you want to be written in PDF headers"
msgstr ""
msgstr "Écrire ce que l'on veut pour être sur les entêtes du PDF"

#. module: mrp_bom_purchase
#: model_terms:ir.ui.view,arch_db:mrp_bom_purchase.view_bom_print_purchase_list_wizard_form
Expand Down
Loading
Loading