Hpar
061efb2197
Merge pull request #198 from akretion/14.0-fix-stock-valuation-layer-multi-company
...
stock_valuation_xlsx: fix multicompany issues
2023-06-15 10:15:51 +02:00
hparfr
e698746dd1
stock_valuation_xlsx: fix multicompany issues
...
fix: ref('stock.warehouse0') may belong to a different
company
add: allow to select stock parent location like physical
in order to export all the wh at once
2023-06-15 09:31:33 +02: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
5f6b731e50
account_usability: add blocked on account.move
2023-06-12 23:11:24 +02:00
Alexis de Lattre
6c81ade7d0
account_usability: implement alternative to account_invoice_supplier_ref_unique that keeps the original Odoo datamodel
2023-06-12 14:20:16 +02:00
Alexis de Lattre
209de4f6db
Add module project_usability
2023-06-12 12:32:48 +02:00
Alexis de Lattre
fd31627fa6
account_usability: add link from/to reverse journal entry in chatter
2023-05-16 19:43:40 +02:00
Alexis de Lattre
2863de99f4
Add module stock_move_line_auto_fill_all
...
Same as the OCA module stock_move_line_auto_fill but applies on all
moves lines (including lines with lot)
2023-04-28 12:49:37 +02:00
Alexis de Lattre
16ed41187f
purchase_usability: improve purchase.report tree view
2023-04-25 19:21:56 +02:00
Hpar
7129dd1cce
Merge pull request #193 from akretion/14.0-add-setup
...
[CI] add setup/account_usability
2023-04-12 12:18:43 +02:00
David Beal
d2cf9b73d8
FIX dev_menu: black
2023-03-23 13:55:37 +01:00
David Beal
d6cf5f82e7
Update menu_view.xml
2023-03-23 13:46:55 +01:00
Alexis de Lattre
e9350bac57
account_usability: reversal wizard: don't set D+1 default date when we try to generate a refund
2023-03-21 14:29:32 +01:00
Raphaël Valyi
2e267d717f
[CI] add some setup/ modules
2023-03-10 01:43:39 -03:00
Alexis de Lattre
e8b43b67c1
account_bank_reconciliation_summary_xlsx: fix logic error in reconcile filter
2023-03-09 23:30:13 +01:00
Alexis de Lattre
f2b5b0b4dd
account_usability: remove acc_type from res.partner.bank tree view
...
I now recommand the use of partner_bank_acc_type_constraint from https://github.com/OCA/partner-contact/pull/1474
2023-03-09 23:16:16 +01:00
Alexis de Lattre
a64c60a540
product_print_zpl_barcode: fix warning and improve code
2023-03-01 23:25:45 +01:00
Alexis de Lattre
b48db5492d
Add module stock_quant_package_move_wizard
2023-02-21 15:10:38 +01:00
Alexis de Lattre
9026660416
product_category_tax: add field in constraint
2023-02-13 22:24:05 +01:00
Alexis de Lattre
d2a9f953b9
account_usability: Add confirm pop-up on 'reset to new' button
2023-01-23 17:23:46 +01:00
Alexis de Lattre
acff0a421d
product_print_zpl_barcode: 2 fields: png and svg
2023-01-23 09:14:44 +01:00
Alexis de Lattre
64f54a9389
product_print_zpl_barcode: Add field barcode_image for EAN13 and EAN8 on product.product
2023-01-22 22:39:08 +01:00
Alexis de Lattre
08db759977
mail_usability: improve mail_activity views
2023-01-20 19:31:11 +01:00
Alexis de Lattre
e07df6b45a
mail_usability: Improve view of mail.activity
2023-01-20 12:02:43 +01:00
Alexis de Lattre
fc58a9adf5
Add module product_detailed_type and product_detailed_type_stock
2023-01-20 12:02:24 +01:00
Alexis de Lattre
1d463a744d
Add module product_priority_star
2023-01-20 12:01:57 +01:00
Alexis de Lattre
dbad21c13a
Add module sale_crm_usability
2023-01-19 17:15:56 +01:00
Alexis de Lattre
aa16b70bdd
Add module account_bank_reconciliation_summary_xlsx
2023-01-13 11:33:48 +01:00
Alexis de Lattre
eff63f2be2
crm_usability: CRM>Sales>My activity should not be limited to Sales Manager
2023-01-03 10:36:13 +01:00
Alexis de Lattre
937595ca2c
product_usability: use ondelete='restrict' instead of 'cascade' on supplierinfo/partner_id
2022-12-12 21:45:12 +01:00
Raphaël Valyi
9397bb9fce
Merge pull request #189 from akretion/14.0-style-fix
...
[14.0][account_usability] style fix
2022-12-06 11:42:11 -03:00
Raphaël Valyi
390ce75827
[FIX] 4 chars indent + reordered imports
2022-12-05 20:04:50 -03:00
Raphaël Valyi
819d145763
Merge pull request #188 from akretion/14.0-fix-account_invoice_update_wizard_payment_mode
...
[14.0][FIX] account_invoice_update_wizard_payment_mode view dependency
2022-11-29 17:15:26 -03:00
clementmbr
45bbcc0cb3
[FIX] account_invoice_update_wizard_payment_mode view dependency
2022-11-29 16:58:25 -03:00
Hpar
6ddc1b86d5
Merge pull request #187 from akretion/eradicate-quick-create-fix-hook
...
eradicate_quickreate: fix hook
2022-11-07 14:54:29 +01:00
Alexis de Lattre
d0b315f648
[MIG] sale_quotation_title to v14
2022-11-07 12:41:08 +01:00
Hpar
f1eeaa2e8a
eradicate_quickreate: fix hook
...
if the record already exists and is False, we shouldn't create a new record
2022-10-31 15:44:37 +01:00
beau sebastien
553f05c58f
Merge pull request #186 from akretion/14.0-add-sale-show-transaction
...
add sale_show_transaction, that make transaction really visible on sale order
2022-10-28 09:20:27 +02:00
Alexis de Lattre
50ae5dc9cb
purchase_usability: remove code now that upstream fix is merged
2022-10-27 23:17:34 +02:00
beau sebastien
9c7775dabb
Merge pull request #179 from akretion/14.0-imp-account_invoice_update_wizard
...
account_invoice_update_wizard: improve UI
2022-10-27 23:13:17 +02:00
Sébastien BEAU
70f1f13edd
account_invoice_update_wizard: inactive update of broken payment term
...
We should add test and fix it
2022-10-27 23:12:02 +02:00
Sébastien BEAU
989960c7c8
account_invoice_update_wizard: fix UI add translation
...
Add section support and keep order based on the line sequence
Add Fr translation
2022-10-27 23:12:02 +02:00
Sébastien BEAU
9b186028c3
account_usability: aml search on move_id first, then on name/ref
2022-10-27 23:00:22 +02:00
Sébastien BEAU
c2c4957686
account_usability: improve partial reconcile matching_number
2022-10-27 23:00:22 +02:00
beau sebastien
deb37a1688
Merge pull request #184 from akretion/14.0-fix-sale_stock_usability_del_picking_status
...
[FIX][14.0] Module: sale_stock_usability del picking_status
2022-10-25 12:43:49 +02:00
beau sebastien
6d3e4d83c7
Merge pull request #180 from akretion/14.0-stock_inventory_usability
...
ADD module stock_inventory_usability
2022-10-25 12:42:53 +02:00
Sébastien BEAU
d382aea22f
sale_show_transaction: better naming
2022-10-21 22:48:28 +02:00
Sébastien BEAU
688a07fc5e
add sale_show_transaction, that make transaction really visible on sale order
2022-10-21 16:30:39 +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
b1b4620cdc
sale_usability: add client_order_ref in tree view with optional arg
2022-10-18 15:00:16 +02:00