Florent de Labarre
Florent de Labarre
The `date_to` field need to be filed (exemple : today date).
you should create a new action with this context : `{'default_ledger_type':'partner'}` other type: ```python ('general', 'General Ledger'), ('partner', 'Partner Ledger'), ('journal', 'Journal Ledger'), ('open', 'Open Ledger'), ('aged', 'Aged Balance'), ('analytic',...
Thanks for your PR Can you modifiy you PR to use this API without user ? regards
ping @Feyensv
ping @tde-banana-odoo
@Sehnde I use `sudo()` because is_kits field are `compute_sudo = True`.
@Sehnde the field `is_kit` is computed with sudo (because there is `compute_sudo=True`). If a product is a kit (with a bom phantom) in one company, in all company `is_kit` is...
@Sehnde if I remove compute_sudo, an error appear because is_kit is use to compute an other field https://runbot.odoo.com/runbot/build/59958057 To fix that I should make somethings like that : https://github.com/odoo/odoo/pull/156019/commits/b49fc55f70570f9a517ad98f8fd7e892967247b0 Maybe...
@pfertyk it is fixed