f2e48cb977Remove restriction to view the period_id field on invoices
Alexis de Lattre
2016-03-01 09:25:42 +01:00
8b3dd37c33stock_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.
Alexis de Lattre
2016-02-29 14:50:21 +01:00
549ab31e82Remove code that is not usefull anymore
Alexis de Lattre
2016-02-29 14:23:07 +01:00
3bedaa076cCode cleanup in partner_products_shortcut
Alexis de Lattre
2016-02-27 00:25:47 +01:00
518628ec8cAdd module partner_product_variants_shortcut
Alexis de Lattre
2016-02-27 00:25:35 +01:00
698327c5a1Add mrp_usability
Alexis de Lattre
2016-02-26 19:24:00 +01:00
4f566a8ff8Add Extra cost on BOM
Alexis de Lattre
2016-02-26 19:22:45 +01:00
14518c7f9fImprove mrp_usability
Alexis de Lattre
2016-02-26 16:15:32 +01:00
f80e8117feAdd module account_invoice_margin
Alexis de Lattre
2016-02-26 15:16:54 +01:00
354137d101Better invalidation
Alexis de Lattre
2016-02-26 12:16:55 +01:00
cb2ec53062FIX one precision
Alexis de Lattre
2016-02-26 11:18:09 +01:00
0331fb1290Add module product_usability
Alexis de Lattre
2016-02-26 10:21:46 +01:00
941366ee47Add module mrp_average_cost
Alexis de Lattre
2016-02-26 10:20:56 +01:00
d806d1cf81Merge pull request #13 from akretion/8-partner-search
David Beal
2016-02-24 22:56:53 +01:00
b640290962account_invoice_partner_bank_usability: ability to choose which bank account is selected by default on customer invoices
Alexis de Lattre
2016-02-14 00:33:12 +01:00
447e5a7d82Resize fiscal year code from 6 to 9 (want to write '2015-2016')
Alexis de Lattre
2016-02-12 15:48:23 +01:00
3bc6bb2900Merge pull request #14 from akretion/8.0_fix_no_filter_myorder
David Beal
2016-02-11 14:37:53 +01:00
9a55c50563[FIX] dependency of sale_no_filter_myorder
Benoît
2016-02-11 14:31:41 +01:00
a88c3e7f6dUpdate report
Alexis de Lattre
2016-02-10 23:21:11 +01:00
9c63ea19d3Add module stock_inventory_valuation_ods
Alexis de Lattre
2016-02-10 23:20:07 +01:00
38f0f5eb78[IMP] replace name in search by name, ref, email
David Beal
2016-02-05 23:50:58 +01:00
53f85a6b8e[ADD] module partner_search
David Beal
2016-02-04 17:49:20 +01:00
5b7cdcff37Update account_move_line_start_end_dates_xls
Alexis de Lattre
2016-02-03 16:08:15 +01:00
30bc6ff801Add module account_cutoff_prepaid_ods
Alexis de Lattre
2016-02-02 18:46:53 +01:00
f4574647ddAdd 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)
Alexis de Lattre
2016-02-01 11:07:10 +01:00
1b2fada686Add Go to Partner button
Alexis de Lattre
2016-02-01 11:04:51 +01:00
db55e148c3Better module desc
Alexis de Lattre
2016-01-30 00:05:04 +01:00
2ceb626723Add possibility to make an exception on some form views in web_eradicate_duplicate
Alexis de Lattre
2016-01-29 23:42:15 +01:00
90a2f719efBlock when you try to validate an invoice with a date in the future PEP8
Alexis de Lattre
2016-01-29 17:36:10 +01:00
4883570131Small enhancements in account_credit_control_usability
Alexis de Lattre
2016-01-29 16:44:23 +01:00
110d8b6982Small enhancement in account_usability
Alexis de Lattre
2016-01-29 16:43:22 +01:00
6d29f236fdAdd totals as SUM()
Alexis de Lattre
2016-01-27 20:55:00 +01:00
dd784fa245Better name_get on stock_move, to make it easier to analyse the reservation of the quants
Alexis de Lattre
2016-01-27 18:35:29 +01:00
7d0ea7967cAdd module account_move_line_filter_wizard
Alexis de Lattre
2016-01-27 18:33:27 +01:00
111a42c2daAdd reconcile filters
Alexis de Lattre
2016-01-27 18:32:59 +01:00
f66d74499fAdd module account_credit_control_usability
Alexis de Lattre
2016-01-27 18:21:29 +01:00
ea195e6c75Merge pull request #10 from akretion/8-default-tax-on-product
Alexis de Lattre
2016-01-27 00:08:20 +01:00
f74828e3eaUpdate DEB ODS report
Alexis de Lattre
2016-01-26 15:26:21 +01:00
3ef6312f65Add module l10n_fr_intrastat_product_ods
Alexis de Lattre
2016-01-26 10:50:10 +01:00
9701eb1986Better description
Alexis de Lattre
2016-01-25 14:50:19 +01:00
dbb427e70eAvoid a raise if your have 2 bank accounts with the same number (different currencies) and you force the journal
Alexis de Lattre
2016-01-25 14:48:55 +01:00
91ad3f0f05[IMP] add sale_no_filter_myorder module to remove default filter on sale order
Sébastien BEAU
2016-01-22 11:26:14 +01:00
2c760935afFIX access rights because by missing readonly=True on related field
Alexis de Lattre
2016-01-21 23:15:00 +01:00
607968983bAdd module purchase_line_product_required
Alexis de Lattre
2016-01-21 21:32:11 +01:00
e1f8611ef3Add logs in procurement scheduler
Alexis de Lattre
2016-01-18 00:07:23 +01:00
0a154e4314Add close_method in tree view of account.account.type
Alexis de Lattre
2016-01-15 14:09:36 +01:00
25d593710eAdd reverse M2M field invoice_line <-> sale_line
Alexis de Lattre
2016-01-14 22:10:05 +01:00
9f2ce9dd14Merge pull request #11 from akretion/8-fix-line_start_end_dates_xls
David Beal
2016-01-13 23:35:30 +01:00
7fdf51be31Better stock move view when using the shortcut button on the product form
Alexis de Lattre
2016-01-13 20:49:14 +01:00
ccc0684312Add patch for POS
Alexis de Lattre
2016-01-13 12:04:38 +01:00
140349e4d8Add search on EAN13 in product_usability
Alexis de Lattre
2016-01-13 11:51:13 +01:00
540d7cf82cAdd module second_ean13
Alexis de Lattre
2016-01-13 11:50:51 +01:00
f745388f37On partner form view, 2 buttons for journal items: one for payable (seen if supplier = True) and one for receivable (seen if customer=True)
Alexis de Lattre
2016-01-12 20:09:55 +01:00
ad0e2f43c4Add module l10n_fr_fix_thousands_sep
Alexis de Lattre
2016-01-08 23:25:39 +01:00
12d9934889Remove module sale_markup_group_user (won't port it to v7)
Alexis de Lattre
2016-01-08 17:04:22 +01:00
32553d0042Add module sale_margin_report
Alexis de Lattre
2016-01-08 16:57:30 +01:00
823e9ad208don't make name field of product too wide, for screens with small resolutions
Alexis de Lattre
2016-01-07 18:55:53 +01:00
f5c54ce9d0Fix code sample in aeroo_report_to_printer
Alexis de Lattre
2016-01-07 11:22:38 +01:00
b24182c5b6Add module web_eradicate_duplicate
Alexis de Lattre
2016-01-07 09:50:51 +01:00
91f400be09Remove module account_invoice_overdue_filter (feature present in account_usability)
Alexis de Lattre
2016-01-06 22:49:12 +01:00
2617170314Adapt to the revolution branch of OCA/bank-payment
Alexis de Lattre
2016-01-04 20:56:03 +01:00
f436a651cfMinor changes
Alexis de Lattre
2016-01-04 10:09:19 +01:00
0eedae22c6Better search and form views for countries and states
Alexis de Lattre
2016-01-01 11:39:15 +01:00
26930e6a84Add modules pos_no_product_template_menu and pos_usability
Alexis de Lattre
2016-01-01 10:14:51 +01:00
b26164e05cReally remove group on products variants entry
Alexis de Lattre
2015-12-31 19:06:55 +01:00
fcaf342d2aHide re-ordering rules when using purchase_suggest_min_qty_on_product
Alexis de Lattre
2015-12-31 17:38:55 +01:00
b5d814860eAdd outgoing_qty in product form view (under incoming_qty)
Alexis de Lattre
2015-12-31 16:56:01 +01:00
ad6a8f28ebBetter module desc
Alexis de Lattre
2015-12-30 11:11:15 +01:00
5252ed95cdUpdate sale_purchase_no_product_template_menu: now usable by companies who have multi-variants, because we keep one menu entry of product.template in Sales > Configuration > Products Categ and Attributes menu
Alexis de Lattre
2015-12-30 11:08:02 +01:00
a068c534bbAdd module purchase_suggest_min_qty_on_product
Alexis de Lattre
2015-12-30 10:37:01 +01:00
cb3942f501Update description
Alexis de Lattre
2015-12-19 01:38:11 +01:00
c030d20c68Add module delivery_carrier_zpl_label_print
Alexis de Lattre
2015-12-18 18:45:26 +01:00
84c6b03e09Add module purchase_line_move_state
Alexis de Lattre
2015-12-17 19:56:14 +01:00
07a90ce45fAdd module purchase_date_planned_update
Alexis de Lattre
2015-12-17 19:55:28 +01:00
c67d51b303[FIX] account_move_line_start_end_dates_xls installable key
David Beal
2015-12-15 11:49:17 +01:00
91886211ae[FIX] write in product_category_tax
David Beal
2015-12-15 10:29:23 +01:00
92c89b0756[IMP] play onchange while import
David Beal
2015-12-09 14:11:45 +01:00
abe79d1c48Port projct_issue_extension to v8
Alexis de Lattre
2015-12-14 15:56:28 +01:00
81e923def2FIX a bug in stock module: add decimal precision ! (we should not do that in a 'usability' module, but...)
Alexis de Lattre
2015-12-11 15:28:37 +01:00
fb9e05b5b9Add module account_invoice_margin_report
Alexis de Lattre
2015-12-11 13:50:42 +01:00
96796ebe05Small vue update
Alexis de Lattre
2015-12-11 13:49:43 +01:00
72eef666ebAdd sale_stock_usability sale_usability_extension now only depend on sale (not on sale_stock)
Alexis de Lattre
2015-12-10 15:10:22 +01:00
03f4a1438cAdd state in translation tree view
Alexis de Lattre
2015-12-08 11:09:48 +01:00
8d64f799d1Module in tree view by default, filtered on Installed modules (not Apps)
Alexis de Lattre
2015-12-07 10:04:16 +01:00
725314e497Merge pull request #9 from isabellerichard/8.0
Alexis de Lattre
2015-12-05 18:45:53 +01:00
45f3294249[TRAD] Translate product_category_tax in french
Isabelle RICHARD
2015-12-04 18:30:30 +01:00
7ed3a38cb2Add log message when sending en email to the outside world !
Alexis de Lattre
2015-12-04 17:35:29 +01:00
ab464db930Add module l10n_fr_usability
Alexis de Lattre
2015-12-01 22:50:20 +01:00
704667e71eAdd module stock_transfer_continue_later
Alexis de Lattre
2015-12-01 19:13:32 +01:00
badaa404a4Better "Journal items" shortcut button on partner form view, to go directly to the "account" of the customer or supplier
Alexis de Lattre
2015-11-24 16:33:59 +01:00
0fb70e97aaRemove raise which is not required any more since a1e7e10ef2
Alexis de Lattre
2015-11-23 22:01:18 +01:00
1a38600aebContinue modifications for better security management
Alexis de Lattre
2015-11-23 10:26:32 +01:00