Akretion Git Bot
a8d93ed2a9
[UPD] README.rst
2025-05-08 12:19:43 +00:00
Alexis de Lattre
a98490706f
[IMP] Remove full access on uom.uom and uom.category to sale manager, stock manager, purchase manager, POS manager, MRP manager
...
We only keep full access to uom.uom and uom.category to the group Administration/Configuration
2025-05-08 12:18:30 +00:00
Akretion Bot
1b99fedd38
[UPD] README.rst
2025-01-30 02:36:08 +00:00
Alexis de Lattre
d2bc7be9fe
purchase_usability: don't write ref on account.move, because ref is for the supplier invoice number
2023-06-12 23:24:25 +02:00
Alexis de Lattre
16ed41187f
purchase_usability: improve purchase.report tree view
2023-04-25 19:21:56 +02:00
Alexis de Lattre
50ae5dc9cb
purchase_usability: remove code now that upstream fix is merged
2022-10-27 23:17:34 +02:00
Alexis de Lattre
58afed17e5
purchase_usability: up-port button "Delete lines qty=0" from v10
2022-10-20 11:34:17 +02:00
Alexis de Lattre
4ac5c23b30
purchase_usability: warning when price and/or delay is auto-updated following a qty change
...
It is similar to the feature present in sale_usability when the qty is updated and the price unit changes
2022-06-16 18:18:19 +02:00
Alexis de Lattre
08118ec4f5
Add support for config param usability.line_name_no_product_code
...
The same ir.config_parameter is used in:
- purchase_usability for purchase.order.line
- sale_usability for sale.order.line
- account_usability for account.move.line
2021-12-03 22:24:59 +01:00
Alexis de Lattre
6d496ba302
Add static legal terms on company for invoice and sale
...
Add product_supplier_code on purchase.order.line
2021-12-03 17:27:03 +00:00
Kev-Roche
cdcf4eb406
[TRAD][14.0] French traduction purchase_usability
2021-11-30 15:32:37 +01:00
Alexis de Lattre
3066c0545d
Add print buttons in direct access on sale.order and account.invoice
2021-08-26 12:44:50 +02:00
Alexis de Lattre
96bfda6e1b
Add product_barcode in SO lines, PO lines, stock move lines and invoice lines with optional="hide"
...
Show warning about double VAT partner even when not in editable mode
2021-04-28 11:27:04 +02:00
Alexis de Lattre
f30bf4791a
purchase_usability: add py3o_lines_layout()
2021-02-01 17:54:26 +01:00
Alexis de Lattre
f818bb5895
[MIG] purchase_usability to v14
2020-12-02 21:32:47 +01:00
Alexis de Lattre
9592097487
Initialize v14.0 branch
...
Remove module stock_inventory_valuation_ods
2020-12-01 10:53:20 +01:00
Alexis de Lattre
03a57798b6
Add drill-through on purchase.report
2020-11-27 10:05:36 +01:00
Pierrick Brun
e96c3d72eb
[ADD] Simple OCA-style Readme to several modules ( #114 )
2020-03-18 15:55:42 +01:00
David Beal
9762b5392b
IMP branding
2019-10-11 15:12:46 +02:00
Alexis de Lattre
a21ec776c1
MIG account_invoice_margin adn stock_inventory_valudation_ods
...
FIX for my PR is merged https://github.com/odoo/odoo/pull/35073
Fix in stock_usability for manual creation of stock moves
2019-07-22 16:35:38 +02:00
Alexis de Lattre
a848181bee
purchase_usability: FIX group XMLID
2019-05-07 17:36:42 +02:00
David Beal
b42474a3c2
IMP purchase_usability: add invoice_status in tree view
2019-04-11 16:09:01 +02:00
Alexis de Lattre
66174e1cb0
Add py3o_lines_layout on invoice report
...
Fix crash on print order button in purchase_usability
2019-03-06 17:50:36 +01:00
Alexis de Lattre
92a175ea97
Add module purchase_stock_usability
...
Port purchase_usability to v12
2019-02-01 19:45:59 +01:00
Alexis de Lattre
f880c02038
Use untaxed amount in name_get of purchase orders
...
Add sum for qty in operation lines
2019-02-01 10:38:58 +01:00
Alexis de Lattre
0767469cd6
Remove write/create on products to stock user
2019-02-01 10:38:58 +01:00
Alexis de Lattre
1e5024d02e
Add and improve views for usability purposes
2019-02-01 10:38:58 +01:00
Alexis de Lattre
5955d15934
Better handling of the origin field (which can be very long) on PO views
2019-02-01 10:38:58 +01:00
Alexis de Lattre
4b0d3f9796
Remove 'show_email': True now that this bug has been fixed in v10 https://github.com/odoo/odoo/pull/21600
2019-02-01 10:38:58 +01:00
Alexis de Lattre
d30c0f9b37
Add show_email in context for PO
2019-02-01 10:38:58 +01:00
Alexis de Lattre
034f01287b
Add 'Print Order' on PO (there was already a 'Print RFQ button'...)
2019-02-01 10:38:58 +01:00
Alexis de Lattre
54bd62d2d9
sale_usability purchase_usability: reload form view upon sale order and purchase order confirmation to display the 3 qty columns
...
PEP8 fixes
2019-02-01 10:38:58 +01:00
Alexis de Lattre
29741ebd68
Improve purchase order line views
2019-02-01 10:38:58 +01:00
Alexis de Lattre
fe21c5f8af
purchase_usability: also search on origin
2019-02-01 10:38:58 +01:00
Alexis de Lattre
f3172cd715
Display 3 qty columns when clicking on the purchase_id field from picking
2019-02-01 10:38:58 +01:00
Stéphane Bidoul (ACSONE)
1748663a42
setup.py and addons versions ( #35 )
...
* [IMP] set 10.0 version prefix in all installable addons
* [FIX] 10.0 instead of 9.0 version prefix for sale_order_add_bom on 10.0 branch
* [ADD] setup.py for all installable addons
2019-02-01 10:38:58 +01:00
Alexis de Lattre
ba821dbd06
Protect Cancel button with a confirmation pop-up
2019-02-01 10:38:58 +01:00
Alexis de Lattre
a5bd385e45
Add traking on warn fields
...
WORK IN PROGRESS: port hr_holidays_usability
2019-02-01 10:38:58 +01:00
Alexis de Lattre
274bca281a
Add missing file!
2019-02-01 10:38:58 +01:00
Alexis de Lattre
9aa723bf06
Add link from picking to PO
2019-02-01 10:38:58 +01:00
Alexis de Lattre
354c8d7b34
Small usability improvements
2019-02-01 10:38:58 +01:00
David Beal
b656c9b930
Update __init__.py
2019-02-01 10:38:58 +01:00
Alexis de Lattre
37252b1e6a
Add tracking on important product fields
2019-02-01 10:38:58 +01:00
Alexis de Lattre
990855baaa
Add track_visibility='onchange' on important fields of picking
...
Code cleanup
2019-02-01 10:38:58 +01:00
Alexis de Lattre
c64f09f830
Add field delivery_partner_id for report
2019-02-01 10:38:58 +01:00
Alexis de Lattre
83acc2822d
Remove invisible currency_id field, because my PR on Odoo has been merged https://github.com/odoo/odoo/pull/14714
2019-02-01 10:38:58 +01:00
Alexis de Lattre
0d54c5c91f
Add module pos_config_single_user
...
Several usability enhancements in sale, purchase, product and account
2019-02-01 10:38:58 +01:00
Alexis de Lattre
582b1c4275
Port to v10
2019-02-01 10:38:58 +01:00
Alexis de Lattre
74c399009a
Mass rename from __openerp__.py to __manifest__.py
2019-02-01 10:38:58 +01:00
Alexis de Lattre
e786204d06
Remove modules that will be merged in ***_usability modules or that are not useful in v10
...
Rename some modules
2019-02-01 10:38:58 +01:00