Alexis de Lattre
9367f7006e
[FIX] mrp_average_cost: fix bad dependency
2024-06-24 18:31:35 +02:00
Alexis de Lattre
29b8ebb779
account_usability: add invoice currency signed fields
...
Show these fields as optional in tree view without sum=1
2024-06-24 11:24:22 +02:00
Alexis de Lattre
c33835957d
sale_usability: add button to send order acknowledgement
...
This is a forward port of a v12 commit.
2024-06-24 10:03:13 +02:00
Alexis de Lattre
73e700d2d2
delivery_usability: Move code from stock_packaging_usability_pp to delivery_usability
...
I don't use stock_packaging_usability_pp from OCA/stock-logistics-tracking because the feature is native since v11 (I didn't figure it out when I ported stock_packaging_usability_ul from v10 to v14 under the new name stock_packaging_usability_ul
I also improved the code to clean it up and use the native field for measured weight
2024-06-04 15:54:22 +02:00
Sébastien BEAU
0fa2024dab
product_usability: seller_id can not be store as muti-company will be broken
...
do not store the field as shared product can have different supplier
depending on the company logged
Use compute as related will always pick the first one whatever the
company logged
2024-06-02 22:25:10 +02:00
Benoit
5144b039a5
fix report name when deleting attachment invoice with button draft
2024-05-28 11:51:11 +02:00
Florian
0e237d26cb
Merge pull request #208 from akretion/14-account-usability-fix-statement-back-to-draft
...
Revert "account_usability: reset to draft the bank statement do not unreconcile items
2024-05-28 11:26:45 +02:00
Alexis de Lattre
b252bdff34
Add module stock_picking_batch_usability
2024-04-26 17:48:51 +02:00
Alexis de Lattre
550704288d
base_usability: add siren and siret in display address method
2024-04-26 10:32:53 +02:00
Alexis de Lattre
320cfff25f
stock_usability: always show picking_type_id in picking form view
2024-04-25 15:15:55 +02:00
Alexis de Lattre
26a7a42e8c
pos_usability: add pos_type_id on warehouse form view
2024-04-24 13:42:10 +02:00
Alexis de Lattre
3ca4553eb5
product_detailed_type_stock: default product type is 'product' instead of 'consu'
...
Same behavior as in stock_usability that switch default type to 'product' instead of 'consu'
2024-04-23 21:40:39 +02:00
Alexis de Lattre
309d466374
base_usability + account_usability: give access to acc_holder_name on res.partner.bank (hidden by default)
2024-04-23 21:07:27 +02:00
Florian
61f43e5d02
Merge pull request #209 from akretion/14-adapt-update-entry
...
[IMP] account_invoice_update_wizard : Adapt wizard view and button to make it usable on accountring entries + small improvements
2024-04-17 11:55:52 +02:00
Alexis de Lattre
6d847dcbe9
mrp_usability: improve mrp reporting
...
Add product category in reporting
Pivot view by default instead of graph view
Default measure total qty instead of count
2024-04-08 10:34:37 +02:00
Alexis de Lattre
85b4cc25eb
sale_down_payment: add ACL
2024-04-05 09:42:54 +02:00
Alexis de Lattre
901a0e5816
mrp_usability: Allow to change the destination location until 'Mark as done'
...
Native behavior: it is only possible to change the destination stock
location of a production order in draft state.
2024-04-04 16:50:52 +02:00
Alexis de Lattre
569b3fea1a
sale_usability: improve tree view of sale.order
2024-04-04 13:51:32 +02:00
Alexis de Lattre
60589b1743
sale_purchase_no_product_template_menu: update entries in account
2024-04-03 17:21:00 +02:00
Alexis de Lattre
5ce7ed3fe7
[IMP] base_usability: improve report header methods on res.company
2024-03-27 11:18:11 +01:00
Alexis de Lattre
ab3562a737
[MIG] mrp_average_cost to v14
2024-03-24 16:08:01 +01:00
Alexis de Lattre
28c6aca721
[MIG] account_invoice_margin from v12 to v14
2024-03-21 18:25:30 +01:00
Alexis de Lattre
b353bb14a5
[MIG] sale_down_payment to v14
2024-03-15 15:23:43 +01:00
Alexis de Lattre
282e7142db
sale_usability: track changes in delivered_qty in the chatter
...
This feature is native in the purchase module in v14. I consider that it
replaces the 3 modules service_line_qty_update_base/service_line_qty_update_purchase/service_line_qty_update_sale
2024-03-14 18:07:52 +01:00
Alexis de Lattre
763928c286
[MIG] rp_no_product_template_menu to v14
...
Add comment in stock_no_product_template_menu
2024-03-14 17:29:39 +01:00
Alexis de Lattre
4774b879fa
[MIG] stock_no_product_template_menu to v14
2024-03-14 17:21:36 +01:00
Alexis de Lattre
18a5c22160
sale_margin_no_onchange: fix digits in field declaration
2024-03-14 17:19:20 +01:00
Alexis de Lattre
8f87df3f3d
sale_margin_no_onchange: improve perf by using read_group
...
Cleanup code
2024-03-14 17:09:53 +01:00
matthieu.saison
6af447974c
migration to 14.0
2024-03-14 17:09:53 +01:00
Florian da Costa
46f2e0e01d
[IMP] Add bill date (for supplier invoice) and rename bill ref to supplier bill ref to be consistent with name in invoice
2024-03-11 12:29:35 +01:00
Alexis de Lattre
ad8edd00d2
sale_order_route: add route_id in sale.report
2024-02-27 12:51:22 +01:00
Alexis de Lattre
97d57e40eb
[FIX] stock_usability: stop adding a field in stock_usability which is defined in mrp !
2024-02-13 17:00:08 +01:00
Alexis de Lattre
fcf67f4fd9
[MIG] patch for reserved_qty and free_qty from v12 to v14
2024-02-13 16:17:56 +01:00
Florian da Costa
89f81053cd
[IMP] account_invoice_update_wizard : rename button for accounting entries + hide invoice specific fields in case of accountring entries
2024-02-12 11:51:15 +01:00
Florian da Costa
b867dd6d01
Revert "account_usability: reset to draft the bank statement do not unreconcile"
...
This reverts commit 85f8fe5b30 .
2024-02-08 11:27:45 +01:00
Alexis de Lattre
f2172a5f06
base_usability: Add web-advanced_search_startswith.diff
2024-01-22 23:44:20 +01:00
Alexis de Lattre
e81e8e5a93
stock_usability: improve stock.move.line form view
2024-01-08 18:40:17 +01:00
beau sebastien
a7b0210a90
Merge pull request #202 from akretion/14.0-fix_pricelist_and_add_attr_value_tree
...
14.0 fix pricelist and add attr value tree
2023-12-21 06:22:21 +01:00
Sébastien BEAU
cd30298f88
product_usability: always show pricelist_id, just hide it when edit from pricelist
2023-12-20 16:07:26 +01:00
Alexis de Lattre
5039e56417
sale_order_route: propagate route_id to sale order lines.
...
This is important when you add lines AFTER sale order confirmation.
2023-12-01 10:25:31 +01:00
Alexis de Lattre
3c338c9c78
project_usability: add comment
2023-11-23 18:57:11 +01:00
Alexis de Lattre
2c87670281
sale_crm_usability: add comment
2023-11-23 18:51:53 +01:00
Alexis de Lattre
59e34d0166
product_priority_star: update module description
2023-11-23 12:29:52 +01:00
Kev-Roche
0e87b385d4
add pricelist by default from smart button
2023-11-20 13:26:01 +01:00
Kev-Roche
4a434d69f9
[ADD] values tree view on product attribute
2023-11-20 13:21:54 +01:00
Kévin Roche
bade674c41
Merge pull request #195 from akretion/14.0-remove-duplicated-button
...
14.0 remove duplicated button
2023-11-02 17:27:51 +01:00
Alexis de Lattre
def89c0a5d
base_usability: now depend on 'web' and not only 'base'
2023-10-27 11:29:50 +02:00
Alexis de Lattre
88b12d86a2
base_partner_one2many_phone: reformat wizard now works
2023-10-25 23:02:43 +02:00
Alexis de Lattre
e3c55047b3
account_usability: pivot view of account.move.line
...
Pivot table of account.move.line: by default, date is split by month... but if you've been using Odoo for several years, the pivot table becomes very big by default: so we split by year
2023-10-25 21:51:43 +02:00
Alexis de Lattre
b701586edc
base_usability: form view of partner: zip/city/state (instead of state/city/zip)
2023-10-25 21:38:06 +02:00