Commit Graph

45 Commits

Author SHA1 Message Date
Pierrick brun
29481d91b7 account.move.line: Add filter on both debit and credit
picked from @alexis-via (d4fcaa7d14)
2019-01-14 16:28:04 +01:00
Benoît Guillot
3fef559aac [IMP] add domain on partner_id field in account_move and account_move_line search views (#73) 2019-01-02 18:55:15 +01:00
Sébastien BEAU
4a2fff177c [IMP] add balance in view 2018-12-18 23:25:23 +01:00
Sébastien BEAU
e83238becd [IMP] hide odoo report menu and hide the button_cancel on bacnk_statement as the code do not allow to cancel it 2018-12-18 19:53:39 +01:00
Alexis de Lattre
694c800df3 Fix visibility of invoice_print button on invoice form 2018-11-28 16:04:18 +01:00
Alexis de Lattre
478ab1fc2b 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.
2018-11-22 16:26:27 +01:00
Alexis de Lattre
c196343ec0 Improve usability of account.move creation/edition
Default value for account_id, debit, credit, similar to v8 behavior
2018-11-19 19:21:23 +01:00
Alexis de Lattre
d4e673103e Show 'base' field in tax lines on invoice form view 2018-07-09 17:44:55 +02:00
Alexis de Lattre
dd15e3d194 Add search on supplier on product search view
Move margin fields to sale order line form view (instead of tree view)
2018-07-06 19:33:35 +02:00
Alexis de Lattre
4e8c6f47f6 Fix string for filter 2018-06-15 21:11:51 +02:00
Alexis de Lattre
0fabc8c4c1 Add account.group_account_user on Adviser menu (by default, it is only accessible to account manager !) 2018-06-15 11:18:59 +02:00
Alexis de Lattre
ffd6a409cc Add tree/form view + menu entry for account.tax.group 2018-06-05 20:11:26 +02:00
Alexis de Lattre
0a5c14b7f9 Improve menus under Accounting > Configuration about bank accounts 2018-01-24 22:18:20 +01:00
Alexis de Lattre
361eb380e4 Make sent field visible in customer invoice form view 2017-11-30 23:17:55 +01:00
Alexis de Lattre
f74dc15d4b Add button 'delete lines qty = 0' on supplier invoices
Add filter missing attachment on invoices
Add filter on to_send, sent on invoices
2017-11-30 22:55:45 +01:00
Alexis de Lattre
c52412295f Restore drill-through on account.invoice.report 2017-11-30 16:04:09 +01:00
Alexis de Lattre
238344b964 Add sum=1 on several qty fields 2017-11-30 12:06:02 +01:00
Alexis de Lattre
6ff67694ab Add tax_id in account.invoice.tax form view 2017-11-24 11:24:35 +01:00
Alexis de Lattre
9cfdaa88a3 Add filter on account.account dedicated to code 2017-07-11 12:34:39 +02:00
Alexis de Lattre
0da06febfc Small usability improvements in bank statements 2017-06-26 10:12:24 +02:00
Alexis de Lattre
fe7fec797f Add groupby on Type for account journals 2017-03-07 19:49:09 +01:00
Alexis de Lattre
f91b5267fe Merge branch '10.0' of github.com:akretion/odoo-usability into 10.0 2017-03-02 09:18:58 +01:00
Alexis de Lattre
84bf228d92 Add direct access to account.move form from account.move.line tree view
Show code on name_get of journal add direct search on code
2017-03-02 09:17:21 +01:00
Alexis de Lattre
3b6973c4a2 Add actions for invoice lines
Add info in invoice chatter
2017-02-13 15:41:29 +01:00
Alexis de Lattre
895a92393c Small usability improvements 2017-01-12 23:42:52 +01:00
Alexis de Lattre
a325a3a828 Add link to invoice from account move line form view (like in v8) 2017-01-11 15:43:28 +01:00
Alexis de Lattre
84ee109bdf Add start_date and end_date on bank statements 2016-12-21 21:28:40 +01:00
Alexis de Lattre
256c603796 Add module pos_config_single_user
Several usability enhancements in sale, purchase, product and account
2016-12-09 08:35:00 +01:00
Alexis de Lattre
e878021e63 Improve invoice line views
Add related fields on invoice line
2016-11-16 20:04:25 +01:00
Alexis de Lattre
6d7dc61dee Port account_usability to v10 2016-11-16 15:46:45 +01:00
Alexis de Lattre
618ad6d6d6 Add partial reconcile field in account move line tree view 2016-09-12 12:54:07 +02:00
Alexis de Lattre
54b74f01c0 Display view account move button only when move exists 2016-06-01 22:51:08 +02:00
Alexis de Lattre
b7ab16477a Add button to show account move from bank statement line 2016-04-14 11:52:53 +02:00
Alexis de Lattre
f2e48cb977 Remove restriction to view the period_id field on invoices 2016-03-01 09:25:42 +01:00
Alexis de Lattre
110d8b6982 Small enhancement in account_usability 2016-01-29 16:43:22 +01:00
Alexis de Lattre
111a42c2da Add reconcile filters 2016-01-27 18:32:59 +01:00
Alexis de Lattre
0a154e4314 Add close_method in tree view of account.account.type 2016-01-15 14:09:36 +01:00
Alexis de Lattre
f745388f37 On partner form view, 2 buttons for journal items: one for payable (seen if supplier = True) and one for receivable (seen if customer=True) 2016-01-12 20:09:55 +01:00
Alexis de Lattre
badaa404a4 Better "Journal items" shortcut button on partner form view, to go directly to the "account" of the customer or supplier 2015-11-24 16:33:59 +01:00
Alexis de Lattre
0bac95c085 Lower limit for better perfs 2015-11-04 22:30:06 +01:00
Alexis de Lattre
d365286bdf Show analytic account even if there are no journal selected 2015-09-28 14:57:10 +02:00
Alexis de Lattre
44b3e74398 Move features of account_invoice_overdue_filter in account_usability
Disable reconcile guessing in account_usability
2015-08-09 18:43:46 +02:00
Alexis de Lattre
9fdfaf9d49 Show user_type in account.accout tree view 2015-07-30 15:58:39 +02:00
Alexis de Lattre
9a678154c9 Add supplier invoice number in invoice tree view 2015-07-23 14:26:06 +02:00
Alexis de Lattre
4e40393b14 rename module account_move_usability to account_usability 2015-07-08 11:40:46 +02:00