Commit Graph

565 Commits

Author SHA1 Message Date
Alexis de Lattre
338d0d445d translate=False on 'name' field of crm.lead.tag and res.partner.category 2017-09-07 18:41:39 +02:00
Alexis de Lattre
f0adce0034 Improve README 2017-09-06 08:42:21 +02:00
Alexis de Lattre
2ebdc8e329 Add ACL + name_get() for one2many_phone module 2017-08-31 10:30:01 +02:00
Alexis de Lattre
748614ba34 base_partner_one2many_phone: make it work with the asterisk connector 2017-08-31 09:55:31 +02:00
David Beal
d0cdc96fbf IMP make module filter to installable 2017-08-16 13:45:12 +02:00
Alexis de Lattre
61d576451e Add modules stock_user_default_warehouse_base, stock_user_default_warehouse_purchase and stock_user_default_warehouse_sale 2017-07-19 15:16:28 +02:00
Alexis de Lattre
d56acb4a86 product_category_tax: improve product.categ form view 2017-07-18 21:17:37 +02:00
Alexis de Lattre
f3ad97de73 Show "description" field in product form view 2017-07-18 11:36:16 +02:00
Alexis de Lattre
03cec78dc7 Add patch for account module 2017-07-11 16:30:21 +02:00
Alexis de Lattre
d4a936deaa Add patch for POS module 2017-07-11 16:25:34 +02:00
Alexis de Lattre
9cfdaa88a3 Add filter on account.account dedicated to code 2017-07-11 12:34:39 +02:00
Alexis de Lattre
e0732689b8 refund by default on return picking 2017-07-10 19:11:15 +02:00
Stéphane Bidoul (ACSONE)
55d977914e [10.0] hr_expense_usability improvements (#37)
* [FIX] hr_expense_usability: set default move number

Otherwise it's not possible to post the account move.

* [FIX] hr_expense_usability: prevent deleting draft move

This prevents deleting a draft account move that is linked
to an expense. Without this the expense could stay in posted
while the related move has been deleted, which is inconsitent
and impossible to recover for the user.

* [IMP] hr_expense_usability: preserve product/quantity on move line

When possible, preserve product and quantity on move line. This is
important when generating analytic lines to reinvoice expenses

* add contributor

* [FIX] hr_expense_usability: readonly account move on expense sheet

* [IMP] hr_expense_usablility: preserve employee name in move line name

This is important when reinvoicing expenses, so the correct label
is visible on the sale order.
2017-07-01 14:39:08 +02:00
Alexis de Lattre
0da06febfc Small usability improvements in bank statements 2017-06-26 10:12:24 +02:00
Stéphane Bidoul (ACSONE)
a9d8137d1f [10.0] extract hr_expense_private_car (#36)
* remove private car stuff from hr_expense_usability

* hr_private_car_expenses
2017-06-23 16:55:01 +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
dd05dfab28 Merge branch '10.0' of github.com:akretion/odoo-usability into 10.0 2017-06-22 19:30:10 +02:00
Alexis de Lattre
a6e9568454 mail_usability: add intermediary level to notify_email parameter of res.partner 2017-06-22 19:28:49 +02:00
Stéphane Bidoul (ACSONE)
5a39df7423 [10.0] setup.py and addons versions (#35)
* [IMP] set 10.0 version prefix in all installable addons

* [FIX] 10.0 instead of 9.0 version prefix for sale_order_add_bom on 10.0 branch

* [ADD] setup.py for all installable addons
2017-06-13 22:41:20 +02:00
Alexis de Lattre
2f9584e04e Protect Cancel button with a confirmation pop-up 2017-06-13 12:36:02 +02:00
Alexis de Lattre
a3245985e5 Add module hr_expense_usability_dp 2017-06-08 11:58:06 +02:00
Alexis de Lattre
19909b6761 New implementation of KM cost to property support the decimal precision at 3 digits (without changing the decimal precision of all prices in Odoo) 2017-06-08 11:25:21 +02:00
Alexis de Lattre
aca7911d81 Fine tuning hr_expense_usability 2017-06-08 00:53:39 +02:00
Alexis de Lattre
1d765aa4f7 Update README 2017-06-07 19:40:44 +02:00
Alexis de Lattre
16094358c7 hr_expense_usability: re-write account move generation and fix multi-currency 2017-06-07 19:38:30 +02:00
Alexis de Lattre
2469c1f79d Add support for private car expenses 2017-06-07 14:30:25 +02:00
Alexis de Lattre
94926d188a Adapt hr_holidays post wiz to new field 2017-06-06 17:57:05 +02:00
Alexis de Lattre
e5221d6a96 hr_holidays_usability: add support for emails
Many small fixes and improvements
2017-06-06 16:27:44 +02:00
Alexis de Lattre
d55b01ca7b Avoid warning on odoo start 2017-05-30 23:54:56 +02:00
Alexis de Lattre
5fda678474 FIX compatibility with sale_rental (and other modules that auto-create products) 2017-05-24 14:36:16 +02:00
Alexis de Lattre
390363d7e1 [FIX] disable auto-delete of already imported lines of HSBC CB because experience shows we can have 2 payments same day, same hour, same merchant and same amount (in particular for internet payments that often have hour=00:00) 2017-05-24 12:00:40 +02:00
Alexis de Lattre
15a12feafd Add module account_bank_statement_import_fr_hsbc_card 2017-05-23 19:33:46 +02:00
Alexis de Lattre
479e1a2710 Handle multi-uom
Button to manually update standard from Bom now restricted to MRP manager
Improve module description
2017-05-23 10:27:00 +02:00
Alexis de Lattre
735495656c Avoid double write on standard_price: only need to write price_unit on finished stock move 2017-05-22 23:54:50 +02:00
Alexis de Lattre
b8255a5287 mrp_average_cost: Fix decimal precision
product_usability: add link to show history of standard price
2017-05-22 20:57:33 +02:00
Alexis de Lattre
08445ad370 Add module mrp_average_cost 2017-05-22 19:33:37 +02:00
Alexis de Lattre
9267fca881 Multi-company fixes in hr_holidays_usability 2017-05-22 19:33:14 +02:00
Alexis de Lattre
b8b307154a Add default value on company_id field of pricelist 2017-05-21 23:05:19 +02:00
Alexis de Lattre
8b06320204 base_partner_ref: improve tree view 2017-05-11 22:40:07 +02:00
Alexis de Lattre
181ffab457 Add module sale_confirm_wizard 2017-05-11 22:23:54 +02:00
Alexis de Lattre
4d2f7a47ff base_partner_ref: Copy=False on 'ref' field 2017-05-09 12:22:42 +02:00
Alexis de Lattre
216369f66c Add module account_bank_statement_no_reconcile_guess 2017-04-05 19:23:18 +02:00
Alexis de Lattre
348e0205a0 Add traking on warn fields
WORK IN PROGRESS: port hr_holidays_usability
2017-04-05 19:22:01 +02:00
Alexis de Lattre
ffda316d34 Add module base_mail_sender_bcc 2017-03-29 17:48:45 +02:00
Alexis de Lattre
37281620af Better log message for outgoing emails 2017-03-29 17:45:16 +02:00
Alexis de Lattre
933bf336aa Remove module account_payment_security (included in account_payment_order) 2017-03-28 14:36:36 +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
0af5c20727 Add module base_partner_ref for better use of 'ref' field on partners 2017-03-24 18:01:20 +01:00
Alexis de Lattre
e3b305f117 Display more fields on stock.quant form view
Better search view on partners
2017-03-24 18:00:53 +01:00
David Beal
1a191c9444 Merge pull request #30 from EBII/10-calendar-def-val
[MIG 10] calendar def val
2017-03-15 12:14:32 +01:00