Commit Graph

339 Commits

Author SHA1 Message Date
Alexis de Lattre
9f1cf7af1e Mig account_usability, sale_stock_usability, sale_usability, stock_usability
New module stock_account_usability
2019-02-04 20:00:41 +01:00
Alexis de Lattre
1a193dcbec Merge branch '12.0' of github.com:akretion/odoo-usability into 12.0 2019-02-01 19:46:30 +01:00
Alexis de Lattre
92a175ea97 Add module purchase_stock_usability
Port purchase_usability to v12
2019-02-01 19:45:59 +01:00
David Beal
80843719a6 IMP cron tree view with model name (#83) 2019-02-01 17:43:34 +01:00
Pierrick Brun
ee3b872e66 account.move.line: Add filter on both debit and credit (#82)
picked from @alexis-via (d4fcaa7d14)
2019-02-01 10:38:58 +01:00
Benoît Guillot
c199853d4e add domain on partner_id field in account_move and account_move_line search views (#73) 2019-02-01 10:38:58 +01:00
Alexis de Lattre
1491cbd2d0 Add script fix_invoice_attachment_filename 2019-02-01 10:38:58 +01:00
Sébastien BEAU
f8c1ba6c28 add balance in view 2019-02-01 10:38:58 +01:00
Sébastien BEAU
51b49249f0 hide odoo report menu and hide the button_cancel on bacnk_statement as the code do not allow to cancel it 2019-02-01 10:38:58 +01:00
Alexis de Lattre
66532aec75 Add @api.model on method that should use it
Improve log msg
2019-02-01 10:38:58 +01:00
Alexis de Lattre
813c123517 Add src and dest location on prodlot selection popup 2019-02-01 10:38:58 +01:00
Mourad EL HADJ MIMOUNE
90271a7ffe add start_date,end_date in statement.display_name 2019-02-01 10:38:58 +01:00
Alexis de Lattre
5ad4c6fb4a Script for account.group now works in multi-company envir 2019-02-01 10:38:58 +01:00
Alexis de Lattre
12d9393279 Improve account group generation 2019-02-01 10:38:58 +01:00
Alexis de Lattre
30e62353e6 Fix typo and code cleanup 2019-02-01 10:38:58 +01:00
Alexis de Lattre
1070c68c55 Fix visibility of invoice_print button on invoice form 2019-02-01 10:38:58 +01:00
Alexis de Lattre
49e9cd0d06 Add script to create account groups 2019-02-01 10:38:58 +01:00
Alexis de Lattre
441df56422 account_usability: improve display of reconcile information, in particular partial reconcile
Warning: on existing big databases, this upgrade will take a long time
because there is a new computed stored field on account.move.line. But it is
required to keep good perfs on tree view of move lines.
2019-02-01 10:38:58 +01:00
Alexis de Lattre
94959f459a Restore drill-through on sale and invoice reports 2019-02-01 10:38:58 +01:00
Pierrick Brun
ec40108896 confirm on reset_real_qty for stock.inventory 2019-02-01 10:38:58 +01:00
Alexis de Lattre
f651126f25 Improve usability of account.move creation/edition
Default value for account_id, debit, credit, similar to v8 behavior
2019-02-01 10:38:58 +01:00
Alexis de Lattre
edf701d79c Fix typo 2019-02-01 10:38:58 +01:00
Alexis de Lattre
b31082377d Cut name_get() of invoice if too long (which screws-up the invoice form view because of the ariane thread at the top) 2019-02-01 10:38:58 +01:00
Benoit
6e0907dabe keep invoice lines sorted when creating the layout_lines dict 2019-02-01 10:38:58 +01:00
Benoit
ab7c61b796 keep the order line sorted when creating the layout_lines dict 2019-02-01 10:38:58 +01:00
Alexis de Lattre
400a633753 Fix bad port of name_get() of account.analytic.account to v10 2019-02-01 10:38:58 +01:00
Alexis de Lattre
2a97ffb6d9 Add a patch to have analytic in case of writeoff in the register payment wizard 2019-02-01 10:38:58 +01:00
Alexis de Lattre
c5548caee4 account_usability: Add copy=False on some fields 2019-02-01 10:38:58 +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
af4c5a20cc Show 'base' field in tax lines on invoice form view 2019-02-01 10:38:58 +01:00
Alexis de Lattre
d722727918 FIX my previous commit: related_sudo -> compute_sudo 2019-02-01 10:38:58 +01:00
Alexis de Lattre
51eb9c4a58 Add related_sudo where it may be needed
PEP8 fix
2019-02-01 10:38:58 +01:00
Alexis de Lattre
fbb05fe4c6 Add search on supplier on product search view
Move margin fields to sale order line form view (instead of tree view)
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
924f332702 account_usability: don't attach PDF upon invoice report generation on supplier invoices/refunds 2019-02-01 10:38:58 +01:00
Alexis de Lattre
02c0fbdf4e Fix string for filter 2019-02-01 10:38:58 +01:00
Alexis de Lattre
6100e65a8a Better order for stock moves 2019-02-01 10:38:58 +01:00
Alexis de Lattre
0dd436a2c8 Switch rights from account manager to accourt user 2019-02-01 10:38:58 +01:00
Alexis de Lattre
faabfe2659 Add account.group_account_user on Adviser menu (by default, it is only accessible to account manager !) 2019-02-01 10:38:58 +01:00
Alexis de Lattre
76538eecd5 Improve stock_usability 2019-02-01 10:38:58 +01:00
Alexis de Lattre
9a48f7d3b8 Add unreserve buttons on moves + log in chatter 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
ae632f3cf9 Add tree/form view + menu entry for account.tax.group 2019-02-01 10:38:58 +01:00
Alexis de Lattre
55929f4b26 Remove full rights on product.uom and product.uom.categ to sale manager (grant only to system group) 2019-02-01 10:38:58 +01:00
Alexis de Lattre
fbbd1beb08 account_move_line_filter_wizard: Port to v10 2019-02-01 10:38:58 +01:00
Alexis de Lattre
400a084d9b Graph type="pivot" views must be migrated to pivot views ! 2019-02-01 10:38:58 +01:00
Alexis de Lattre
532e2637dc Improve default date for reversal: D+1 instead of today 2019-02-01 10:38:58 +01:00
Alexis de Lattre
dd8bae81be Add method to group by order in invoice report
Move invoice class in dedicated file
2019-02-01 10:38:58 +01:00
Alexis de Lattre
30d92b40f2 Remove outdated comment 2019-02-01 10:38:58 +01:00
Florian da Costa
fcf5081531 Fix sale order view 2019-02-01 10:38:58 +01:00