Dylan Kiss

Results 6 issues of Dylan Kiss

Hi, Would it be possible to add a property to the RIEInput (or RIEBase ...) component to show it by default in editing mode? -- Dylan

enhancement
help wanted

Task-ID: [2985062](https://www.odoo.com/web#id=2985062&cids=1&menu_id=4720&action=333&active_id=967&model=project.task&view_type=form) Add the Estonian localization for accounting: - Chart of Accounts - Taxes - Fiscal Positions - VAT Report (KMD) - Translations in Estonian Related Enterprise PR: https://github.com/odoo/enterprise/pull/32026 ---...

RD

Currently people wanting to use a bank journal for their credit card transactions have to use a hack to set the default account as a credit card account, since the...

RD

*l10n_din5008, l10n_din5008_purchase, l10n_din5008_repair, l10n_din5008_sale, l10n_din5008_stock Related to: https://github.com/odoo/enterprise/pull/71710

RD

Currently the Python extractor does not support deeply nested gettext calls (deeper than as a direct argument to the top-level gettext call). e.g. ```py _("Hello %s", _("Person")) _("Hello %s", random_function(",...

When a gettext call had a nested function call on a new line, the extract function would use that nested call's line number when extracting the terms for the gettext...