Alexis de Lattre
1034cc2347
Upport the "mark invoice as sent" wizard from v8 to v10
...
PEP8 on account_usability
2017-11-30 23:13:14 +01:00
Alexis de Lattre
f74dc15d4b
Add button 'delete lines qty = 0' on supplier invoices
...
Add filter missing attachment on invoices
Add filter on to_send, sent on invoices
2017-11-30 22:55:45 +01:00
Alexis de Lattre
c52412295f
Restore drill-through on account.invoice.report
2017-11-30 16:04:09 +01:00
Alexis de Lattre
0d8e3a9066
sale_purchase_no_product_template_menu: Also use product.product on the Product menu entries of the Accounting menu
2017-11-30 15:54:39 +01:00
Alexis de Lattre
238344b964
Add sum=1 on several qty fields
2017-11-30 12:06:02 +01:00
Alexis de Lattre
6ff67694ab
Add tax_id in account.invoice.tax form view
2017-11-24 11:24:35 +01:00
Alexis de Lattre
662c37670c
Add post_install.py script for data migration
2017-11-23 17:11:38 +01:00
Alexis de Lattre
2b0c64b69e
Revert my previous commit, sorry
2017-11-23 12:17:43 +01:00
Alexis de Lattre
b40e4eca05
Update patch for pos_second_ean13
2017-11-23 12:09:01 +01:00
Alexis de Lattre
cc5291ba52
Rename method
2017-11-23 10:29:57 +01:00
Alexis de Lattre
2f63e4e7a6
Add copy=False on default_code, to make duplicate work again
2017-11-23 09:15:14 +01:00
Alexis de Lattre
a11f9574ee
Add track_visibility='onchange' on available_in_pos
2017-11-22 09:52:51 +01:00
Alexis de Lattre
ac05ca27a4
Add tracking on amount_total on invoices
2017-11-10 12:48:24 +01:00
Alexis de Lattre
746d23fb3a
Improve purchase order line views
2017-11-08 19:13:16 +01:00
Alexis de Lattre
aba8e33d48
Add tracking on fiscal position on partner
2017-10-27 18:37:32 +02:00
Alexis de Lattre
d384b626e5
stock_usability: Add partner_id in stock form view embedde in picking
2017-10-17 19:01:22 +02:00
Alexis de Lattre
fcecfcc4e1
Port account_invoice_margin to v10
2017-10-17 00:11:51 +02:00
Benjamin Willig (ACSONE)
e6076c3f76
[10.0] Improvements ( #44 )
...
* [ADD] Display an icon when a note has been encoded in an expense
* [CHG] Expense report document smart button counts his own attachments + his lines attachments
2017-10-13 20:03:27 +02:00
Adrien Peiffer (ACSONE)
987e753a54
[CHG] hr_expense_usability: improve inheritance ( #40 )
2017-10-13 17:03:32 +02:00
Alexis de Lattre
080e3decbc
purchase_usability: also search on origin
2017-10-12 11:32:08 +02:00
Alexis de Lattre
7d7424ad8a
Display 3 qty columns when clicking on the purchase_id field from picking
2017-10-11 10:57:33 +02:00
Alexis de Lattre
a32d091d83
Port module pos_second_ean13 (still needs some improvements, but it works)
2017-09-14 19:54:08 +02:00
Alexis de Lattre
bb849c0228
Remove module sale_no_filter_myorder, which is not useful in v10
2017-09-14 18:59:56 +02:00
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