Alexis de Lattre
6e8e9fa1aa
Avoid privacy issues
2016-05-11 18:42:52 +02:00
Alexis de Lattre
02940c08cd
FIX precision of field
2016-05-05 00:26:58 +02:00
Alexis de Lattre
2dd4a7d577
Small improvements :
...
- when lead is marked as lost, related quotes are cancelled
- when you create a lead from a quote, its stage will be "proposition"
2016-05-03 18:30:51 +02:00
Alexis de Lattre
e1c660d90c
Allow to force a date in the computation of the prefix of a sequence
2016-05-03 18:30:25 +02:00
Alexis de Lattre
9c67a6df5d
Add sudo to allow a user to do a back2draft even if he that doesn't have rights to delete an invoice
2016-04-26 23:30:34 +02:00
Alexis de Lattre
5be71f05b3
Remove cost from quant form, because I figured out that this field was not interesting
2016-04-16 13:30:01 +02:00
Alexis de Lattre
0498f6e24e
Add module intrastat_product_type
2016-04-15 22:01:45 +02:00
Alexis de Lattre
80763de94b
Add cost field in stock quant view
2016-04-15 15:07:29 +02:00
Alexis de Lattre
18753eadf9
Remove start/end balance in bank statement
2016-04-15 15:06:57 +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
72bd441617
Display fields in stock move form view
2016-04-04 00:45:42 +02:00
Alexis de Lattre
c7908c38ed
Add scheduler.procurement.log
...
Re-organize the code, so that each module xxx_usability only depend on xxx
2016-04-03 10:53:35 +02:00
Alexis de Lattre
ad786e892f
Add sale_quotation_title module
2016-04-01 12:09:14 +02:00
Alexis de Lattre
744c721950
Add sale_crm_usability module
2016-03-31 23:03:49 +02:00
Alexis de Lattre
7c2f10423f
Add company_id in product.pricelist tree view
2016-03-31 11:55:33 +02:00
Alexis de Lattre
9c666ba4d9
Modify default values for lang wizards
2016-03-30 14:17:10 +02:00
David Beal
c62a163f93
[IMP] order by sequence in attribute
2016-03-25 12:37:33 +01:00
Alexis de Lattre
9ad2d0f7e1
Same change on purchase order: widget=selection on fiscal position
2016-03-18 19:07:42 +01:00
Alexis de Lattre
907022b31d
Easier selection of fiscal position on SO with widget="selection"
2016-03-18 19:04:13 +01:00
Alexis de Lattre
2cbb4dcfb6
Add FR translation
2016-03-18 09:54:55 +01:00
Alexis de Lattre
8cdf8c68e8
Better layout of form view
2016-03-17 23:58:39 +01:00
Alexis de Lattre
10ebf47612
Better labels
2016-03-17 23:55:57 +01:00
Alexis de Lattre
3a69e7bf69
Port/rewrite purchase_date_planned_update to v8
2016-03-17 23:46:13 +01:00
Alexis de Lattre
69c975bfc5
Better layout
2016-03-17 15:13:24 +01:00
David Beal
9d8d2cf8cc
[FIX] module version, icon path
2016-03-17 12:58:09 +01:00
David Beal
9356ccc497
[FIX] attributes filter sort
2016-03-16 18:54:15 +01:00
David Beal
3e702f0186
[IMP] add attribute filters in attribute view
2016-03-16 18:29:40 +01:00
David Beal
b0110ca542
[ADD] module attribute_usability
2016-03-16 17:37:08 +01:00
David Beal
ecf5f6f843
[IMP] translation and reload menu
2016-03-16 17:36:28 +01:00
David Beal
d90bd9dd8e
[ADD] module_usability
2016-03-16 09:35:39 +01:00
Alexis de Lattre
d794e3fcd2
Add note field on credit control line
2016-03-15 18:28:11 +01:00
Alexis de Lattre
e519cf89cd
Lower risk on summer time savings
2016-03-15 18:18:21 +01:00
Alexis de Lattre
15ebf4a756
Inherit another hr_holiday view, for better usability
2016-03-15 17:59:10 +01:00
Alexis de Lattre
7a6a38aa1d
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
2016-03-03 10:02:43 +01:00
Alexis de Lattre
0971fb48e4
Move view code from sale_usability_extension to sale_stock_usability (pickings_ids belongs to sale_stock !)
2016-03-01 17:48:52 +01:00
Alexis de Lattre
41f012e0b4
Better help msg
2016-03-01 17:36:14 +01:00
Alexis de Lattre
dba79c83c4
Add good support of unit of measures in purchase_suggest
2016-03-01 17:35:39 +01: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
8b3dd37c33
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
2016-02-29 14:50:21 +01:00
Alexis de Lattre
549ab31e82
Remove code that is not usefull anymore
2016-02-29 14:23:07 +01:00
Alexis de Lattre
3bedaa076c
Code cleanup in partner_products_shortcut
2016-02-27 00:25:47 +01:00
Alexis de Lattre
518628ec8c
Add module partner_product_variants_shortcut
2016-02-27 00:25:35 +01:00
Alexis de Lattre
14518c7f9f
Improve mrp_usability
2016-02-26 16:15:32 +01:00
Alexis de Lattre
354137d101
Better invalidation
2016-02-26 12:16:55 +01:00
Alexis de Lattre
cb2ec53062
FIX one precision
...
Add help message to inform about the unit of measure of the field
2016-02-26 11:18:09 +01:00
David Beal
d806d1cf81
Merge pull request #13 from akretion/8-partner-search
...
[ADD] module partner_search
2016-02-24 22:56:53 +01:00
Alexis de Lattre
b640290962
account_invoice_partner_bank_usability: ability to choose which bank account is selected by default on customer invoices
2016-02-14 00:33:12 +01: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
David Beal
3bc6bb2900
Merge pull request #14 from akretion/8.0_fix_no_filter_myorder
...
[FIX] dependency of sale_no_filter_myorder
2016-02-11 14:37:53 +01:00