-
I'm afraid the module name is not aligned with the common practice.
I suggest renaming it at least to `l10n_uk_report`, but a more specific name would be helpful.
If accounting related `l10n_uk_accoun…
-
While trying to install the module using CPAN.pm:
```
---- Unsatisfied dependencies detected during ----
---- ALTREUS/Dist-Zilla-PluginBundle-Author-OpusVL-0.002.tar.gz ----
Dis…
-
Using salt-ssh I get the following error.
`TypeError: handle_routine() takes exactly 4 arguments (5 given)`
I have installed on a clean debian wheezy base from from the saltstack apt repository.
The …
-
in project_invoice/project.py, in field definition:
instead of type="char", size="512",
should be type="char", size=512,
-
I tried to use modules in 8.0 branch with Odoo v8.0 but it seems these modules don't work.
There are many wrong imports
- https://github.com/OCA/management-system/blob/8.0/mgmtsystem/mgmtsystem_syste…
-
I have the following code:
```
class SalesOrderNonconformities(models.Model):
"""Add nonconformities to sales order.
"""
_inherit = 'sale.order'
nonconformities = fields.One2many('mg…
-
Odoo v8 commit 869b647c0223fd9abcac6f44b0c8b5d45a80cdf6
Go to Accounting -> Journal Items -> Import.
Choose a CSV file that's got appropriate headings for importing into journal items (I guess it wo…