Commit Graph

47 Commits

Author SHA1 Message Date
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
7d359d6730 Fix typo 2018-11-19 11:09:37 +01:00
Alexis de Lattre
904bf6c4f4 Cut name_get() of invoice if too long (which screws-up the invoice form view because of the ariane thread at the top) 2018-11-19 10:52:04 +01:00
Alexis de Lattre
8800b94e5b Fix bad port of name_get() of account.analytic.account to v10 2018-09-13 11:56:37 +02:00
Alexis de Lattre
04118bbf46 account_usability: Add copy=False on some fields 2018-07-16 17:16:15 +02:00
Alexis de Lattre
9ebf7cdb4c FIX my previous commit: related_sudo -> compute_sudo 2018-07-09 11:43:22 +02:00
Alexis de Lattre
f34a731d95 Add related_sudo where it may be needed
PEP8 fix
2018-07-09 10:41:53 +02:00
Alexis de Lattre
65d0d61c13 Add check on bank/cash journals 2018-03-02 15:12:55 +01:00
Alexis de Lattre
a7b2bde9e9 Script to fix account types 2018-03-01 16:53:38 +01:00
Alexis de Lattre
b95837fa86 account_usability: account.reconcile.model don't copy name to label via onchange 2018-01-10 00:05:55 +01:00
Alexis de Lattre
1034cc2347 Upport the "mark invoice as sent" wizard from v8 to v10
PEP8 on account_usability
2017-11-30 23:13:14 +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
ac05ca27a4 Add tracking on amount_total on invoices 2017-11-10 12:48:24 +01:00
Alexis de Lattre
0da06febfc Small usability improvements in bank statements 2017-06-26 10:12:24 +02:00
Alexis de Lattre
19d2614feb Switch some track_visibility='always' to track_visibility='onchange' 2017-06-22 19:32:39 +02:00
Alexis de Lattre
09b94dd01d account_usability: Fix _order on account.move.line 2017-03-27 14:15:43 +02: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
a22148329f Port to v10 the code that re-gen the name of move lines
Empty ref on move generated from bank statement, because it has unuseful info (and redundant)
2017-01-12 17:59:20 +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
9617aedcb3 Move code at the right place ! 2017-01-01 23:16:10 +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
80c90c7d35 Add methods for reports 2016-12-20 01:05:09 +01:00
Alexis de Lattre
b0f6832541 Add computed field has_discount on invoice 2016-12-15 19:45:39 +01:00
Alexis de Lattre
94fd30c4b3 Move account_fiscal_position_translate in account_usability
Update code conventions in base_company_extension
2016-12-15 11:13:26 +01:00
Alexis de Lattre
8fc54fd37a Add unicity constraint on analytic codes per company 2016-12-13 12:01:44 +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
7c5f04a39e Also avoid to have '/' on move line label of supplier invoices 2016-09-21 17:23:05 +02:00
Alexis de Lattre
7d39e50ba3 Remove code for a feature that is available in the OCA module account_invoice_constraint_chronology 2016-09-19 17:58:21 +02:00
Alexis de Lattre
40ef119999 Handle the case where name of account_move_line has the name field of the invoice 2016-09-14 18:25:01 +02:00
Alexis de Lattre
6583ea0cd9 Raise an error when the coherence of the sequence of customer invoices vs invoice date is not respected 2016-09-14 17:37:08 +02:00
Alexis de Lattre
7def6a85e4 Better name field in account.move.line for move generated from customer invoice (WARNING : migration script included) 2016-09-14 16:52:46 +02:00
Alexis de Lattre
05c0f74420 Auto-reset period when changing date on invoice 2016-09-12 12:58:02 +02:00
Alexis de Lattre
932de847b6 FIX obvious error in my previous commit 2016-04-14 13:42:44 +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
447e5a7d82 Resize fiscal year code from 6 to 9 (want to write '2015-2016') 2016-02-12 15:48:23 +01:00
Alexis de Lattre
90a2f719ef Block when you try to validate an invoice with a date in the future
PEP8
2016-01-29 17:36:10 +01:00
Alexis de Lattre
110d8b6982 Small enhancement in account_usability 2016-01-29 16:43:22 +01:00
Alexis de Lattre
e1f8611ef3 Add logs in procurement scheduler
Add method in account_usability : get fiscal position without partner_id
2016-01-18 00:07:23 +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
7070f7f1ec Small usability enhancement for account
PEP8 stuff
2015-10-09 12:50:22 +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
4e40393b14 rename module account_move_usability to account_usability 2015-07-08 11:40:46 +02:00