Alexis de Lattre
e3ed65d296
Add methods for reports
2019-02-01 10:38:58 +01:00
Alexis de Lattre
eaa64ce5f2
Add has_discount on SO + method for py3o report
2019-02-01 10:38:58 +01:00
Alexis de Lattre
c64f09f830
Add field delivery_partner_id for report
2019-02-01 10:38:58 +01:00
Alexis de Lattre
54c762ebaf
Add computed field has_discount on invoice
2019-02-01 10:38:58 +01:00
Alexis de Lattre
b7b42f12fe
Move account_fiscal_position_translate in account_usability
...
Update code conventions in base_company_extension
2019-02-01 10:38:58 +01:00
Alexis de Lattre
83acc2822d
Remove invisible currency_id field, because my PR on Odoo has been merged https://github.com/odoo/odoo/pull/14714
2019-02-01 10:38:58 +01:00
Alexis de Lattre
fdce87925b
Add unicity constraint on analytic codes per company
2019-02-01 10:38:58 +01:00
Alexis de Lattre
0d54c5c91f
Add module pos_config_single_user
...
Several usability enhancements in sale, purchase, product and account
2019-02-01 10:38:58 +01:00
Alexis de Lattre
4d892552b0
Add stock/destination stock loc on move tree view inside pickings
2019-02-01 10:38:58 +01:00
Alexis de Lattre
36716f063f
Include sale_stock_show_delivery_address in sale_usability and stock_usability
2019-02-01 10:38:58 +01:00
Alexis de Lattre
2eda6328c9
Add regular quant menu entry
2019-02-01 10:38:58 +01:00
Alexis de Lattre
582b1c4275
Port to v10
2019-02-01 10:38:58 +01:00
Alexis de Lattre
27e876e0c8
Add sale_id on picking form
2019-02-01 10:38:58 +01:00
Alexis de Lattre
4c12fd0b29
Add direct access to re-ordering rules from stock location
2019-02-01 10:38:58 +01:00
Alexis de Lattre
91320397e3
Port stock_usability to v10
2019-02-01 10:38:58 +01:00
David Beal
7cb3b37766
IMP add icons
2019-02-01 10:38:58 +01:00
Alexis de Lattre
21fce89b15
Add groupby in search view
2019-02-01 10:38:58 +01:00
Alexis de Lattre
6b01a881b0
Improve invoice line views Add related fields on invoice line
2019-02-01 10:38:58 +01:00
Alexis de Lattre
64b340e585
Port account_usability to v10
2019-02-01 10:38:58 +01:00
Alexis de Lattre
a7bcc3eaf5
Remove SO from quotations menu
...
Port sale_quotation_title to v10
2019-02-01 10:38:58 +01:00
Alexis de Lattre
ef5779cedb
Port base_usability, sale_usability, sale_stock_usability to v10
2019-02-01 10:38:58 +01:00
Alexis de Lattre
74c399009a
Mass rename from __openerp__.py to __manifest__.py
2019-02-01 10:38:58 +01:00
Alexis de Lattre
8c19bd1b25
Set all modules as uninstallable
2019-02-01 10:38:58 +01:00
Alexis de Lattre
e786204d06
Remove modules that will be merged in ***_usability modules or that are not useful in v10
...
Rename some modules
2019-02-01 10:38:58 +01:00
Alexis de Lattre
0e60089010
Also avoid to have '/' on move line label of supplier invoices
2019-02-01 10:38:58 +01:00
Alexis de Lattre
f69c634c71
Remove code for a feature that is available in the OCA module account_invoice_constraint_chronology
2019-02-01 10:38:58 +01:00
Alexis de Lattre
17948ce2ef
Migration script should be perfect now
2019-02-01 10:38:58 +01:00
Alexis de Lattre
b90bda2aab
Handle the case where name of account_move_line has the name field of the invoice
2019-02-01 10:38:58 +01:00
Alexis de Lattre
e98249f016
Raise an error when the coherence of the sequence of customer invoices vs invoice date is not respected
2019-02-01 10:38:58 +01:00
Alexis de Lattre
29d84c5e2b
Better name field in account.move.line for move generated from customer invoice (WARNING : migration script included)
2019-02-01 10:38:58 +01:00
Alexis de Lattre
af4a7798b2
Add partial reconcile field in account move line tree view
2019-02-01 10:38:58 +01:00
Alexis de Lattre
4f7abe3354
Auto-reset period when changing date on invoice
2019-02-01 10:38:58 +01:00
Alexis de Lattre
5707feeb42
Better name_get for incoterm: [EXW] Ex-Works
2019-02-01 10:38:58 +01:00
David Beal
a3475adc83
sale_stock_usability
2019-02-01 10:38:58 +01:00
Alexis de Lattre
3bc744f143
Add unit of measure on stock quant tree/form view
2019-02-01 10:38:58 +01:00
Alexis de Lattre
f1ad1dd547
Display view account move button only when move exists
2019-02-01 10:38:58 +01:00
Alexis de Lattre
7f239bdc87
Remove cost from quant form, because I figured out that this field was not interesting
2019-02-01 10:38:58 +01:00
Alexis de Lattre
53da0d37a2
Add cost field in stock quant view
2019-02-01 10:38:58 +01:00
Alexis de Lattre
da85c222e9
FIX obvious error in my previous commit
2019-02-01 10:38:58 +01:00
Alexis de Lattre
53a1f50f10
Add button to show account move from bank statement line
2019-02-01 10:38:58 +01:00
Alexis de Lattre
d7085dad70
Add scheduler.procurement.log
...
Re-organize the code, so that each module xxx_usability only depend on xxx
2019-02-01 10:38:58 +01:00
Alexis de Lattre
8b361d54e1
Revert to previous code for order on pickings
...
Don't inherit the 2 fields to add digits=, it seems it is not needed any more
2019-02-01 10:38:58 +01:00
Alexis de Lattre
0bf83bab19
Move view code from sale_usability_extension to sale_stock_usability (pickings_ids belongs to sale_stock !)
2019-02-01 10:38:58 +01:00
Alexis de Lattre
7d51c25430
Remove restriction to view the period_id field on invoices
2019-02-01 10:38:58 +01:00
Alexis de Lattre
786f005b65
stock_usability : Only do the change of precision on function fields, not on real field. In fact, when we change the precision on "real" fields, it will convert them from type "double precision" in postgres to type "numeric". One of the consequences of this it that it deletes the stock.history SQL view that is defined in stock_account/wizard/stock_valuation_history.py... but this SQL view is never re-created until you reload the module stock_account.
...
So it's not a good idea of thix to bug in this stock_usability module ; it needs to be fixed in the stock module itself. More work needs to be done on https://github.com/odoo/odoo/pull/10038
2019-02-01 10:38:58 +01:00
Alexis de Lattre
458bb3f5a3
Remove code that is not usefull anymore
2019-02-01 10:38:58 +01:00
Alexis de Lattre
5f6a0a1bdf
Resize fiscal year code from 6 to 9 (want to write '2015-2016')
2019-02-01 10:38:58 +01:00
Alexis de Lattre
324580ec79
Block when you try to validate an invoice with a date in the future PEP8
2019-02-01 10:38:58 +01:00
Alexis de Lattre
21ab3fb466
Small enhancement in account_usability
2019-02-01 10:38:58 +01:00
Alexis de Lattre
9b4566a9ec
Better name_get on stock_move, to make it easier to analyse the reservation of the quants
2019-02-01 10:38:58 +01:00