-
-
Notifications
You must be signed in to change notification settings - Fork 689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
11.0 mig account invoice pricelist #390
11.0 mig account invoice pricelist #390
Conversation
</record> | ||
|
||
<record id="view_account_invoice_supplier_form" model="ir.ui.view"> | ||
<field name="model">account.invoice</field> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check the indentation
@@ -0,0 +1,29 @@ | |||
# -*- encoding: utf-8 -*- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the encoding line and use the shorten header
account_invoice_pricelist/README.rst
Outdated
Installation | ||
============ | ||
|
||
Nothing special. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this useless paragraph
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove Installation paragraph
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@astirpe : not required, as it will be overwritten.
account_invoice_pricelist/README.rst
Outdated
@@ -0,0 +1,62 @@ | |||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer the png image
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or even better, use the README by fragments for letting the bot to generate this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use png
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@astirpe : same here, not required, as it will be overwritten.
@@ -0,0 +1,66 @@ | |||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | |||
|
|||
from openerp import models, fields, api |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from odoo
@@ -0,0 +1,83 @@ | |||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | |||
|
|||
from openerp.tests.common import SavepointCase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from odoo
'Therp BV,' | ||
'Tecnativa,' | ||
'Odoo Community Association (OCA)', | ||
'website': 'http://www.grap.coop', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
website should be https://github.com/OCA/account-invoicing
account_invoice_pricelist/README.rst
Outdated
@@ -1,62 +1,82 @@ | |||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can keep the original README.rst file as it was already done. No need to replace it.
As far as I understood during this code sprint, the readme will be overwritten automatically by a bot during the night, after this PR is merged. It means that in the meanwhile the original README.rst is still needed.
account_invoice_pricelist/README.rst
Outdated
For further information, please visit: | ||
|
||
* https://www.odoo.com/forum/help-1 | ||
**Table of contents** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is causing travis pylint fail
account_invoice_pricelist/README.rst:34: [E7901(rst-syntax-error), ] Bullet list ends without a blank line; unexpected unindent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review only
Hello @amcor What is the state on this pull request? Regards, |
Runbot is running again. |
Hello @pedrobaeza What do you think? Can this PR be merged or not? Regards |
hi, what's the state here? |
0af2b91
to
c2c2903
Compare
OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex
c2c2903
to
7df4b55
Compare
cc @guadaltech