Commit Graph

325 Commits

Author SHA1 Message Date
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
Benoît
9a55c50563 [FIX] dependency of sale_no_filter_myorder 2016-02-11 14:31:41 +01:00
Alexis de Lattre
a88c3e7f6d Update report 2016-02-10 23:21:11 +01:00
Alexis de Lattre
9c63ea19d3 Add module stock_inventory_valuation_ods 2016-02-10 23:20:07 +01:00
David Beal
38f0f5eb78 [IMP] replace name in search by name, ref, email 2016-02-05 23:50:58 +01:00
David Beal
53f85a6b8e [ADD] module partner_search 2016-02-04 17:49:20 +01:00
Alexis de Lattre
5b7cdcff37 Update account_move_line_start_end_dates_xls 2016-02-03 16:08:15 +01:00
Alexis de Lattre
30bc6ff801 Add module account_cutoff_prepaid_ods 2016-02-02 18:46:53 +01:00
Alexis de Lattre
f4574647dd Add option no_email_notification on hr_holidays, to be able to skip email notification (dirty workaround to the fact that workflow doesn't pass context) 2016-02-01 11:07:10 +01:00
Alexis de Lattre
1b2fada686 Add Go to Partner button
Remove file added by error
2016-02-01 11:04:51 +01:00
Alexis de Lattre
db55e148c3 Better module desc 2016-01-30 00:05:04 +01:00
Alexis de Lattre
2ceb626723 Add possibility to make an exception on some form views in web_eradicate_duplicate 2016-01-29 23:42:15 +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
4883570131 Small enhancements in account_credit_control_usability 2016-01-29 16:44:23 +01:00
Alexis de Lattre
110d8b6982 Small enhancement in account_usability 2016-01-29 16:43:22 +01:00
Alexis de Lattre
6d29f236fd Add totals as SUM() 2016-01-27 20:55:00 +01:00
Alexis de Lattre
dd784fa245 Better name_get on stock_move, to make it easier to analyse the reservation of the quants 2016-01-27 18:35:29 +01:00
Alexis de Lattre
7d0ea7967c Add module account_move_line_filter_wizard 2016-01-27 18:33:27 +01:00
Alexis de Lattre
111a42c2da Add reconcile filters 2016-01-27 18:32:59 +01:00
Alexis de Lattre
f66d74499f Add module account_credit_control_usability 2016-01-27 18:21:29 +01:00
Alexis de Lattre
ea195e6c75 Merge pull request #10 from akretion/8-default-tax-on-product
[IMP] play onchange while import
2016-01-27 00:08:20 +01:00
Alexis de Lattre
f74828e3ea Update DEB ODS report 2016-01-26 15:26:21 +01:00
Alexis de Lattre
3ef6312f65 Add module l10n_fr_intrastat_product_ods 2016-01-26 10:50:10 +01:00
Alexis de Lattre
9701eb1986 Better description 2016-01-25 14:50:19 +01:00
Alexis de Lattre
dbb427e70e Avoid a raise if your have 2 bank accounts with the same number (different currencies) and you force the journal 2016-01-25 14:48:55 +01:00
Sébastien BEAU
91ad3f0f05 [IMP] add sale_no_filter_myorder module to remove default filter on sale order 2016-01-22 11:26:14 +01:00
Alexis de Lattre
2c760935af FIX access rights because by missing readonly=True on related field 2016-01-21 23:15:00 +01:00
Alexis de Lattre
607968983b Add module purchase_line_product_required 2016-01-21 21:32:11 +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
0a154e4314 Add close_method in tree view of account.account.type 2016-01-15 14:09:36 +01:00
Alexis de Lattre
25d593710e Add reverse M2M field invoice_line <-> sale_line 2016-01-14 22:10:05 +01:00
David Beal
9f2ce9dd14 Merge pull request #11 from akretion/8-fix-line_start_end_dates_xls
[FIX] account_move_line_start_end_dates_xls installable key
2016-01-13 23:35:30 +01:00