Skip to content
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

8.0 add account_group_invoice_lines module #102

Merged
merged 13 commits into from Oct 7, 2015

Conversation

alexis-via
Copy link
Contributor

Please refer to README for a full description of the module.

I think this module is really usefull and many accountants will like to be able to configure Odoo to have fewer account move lines in their sale and purchase journals !

@oca-clabot
Copy link

Hey @alexis-via, thank you for your Pull Request.

It looks like some users haven't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement here: http://odoo-community.org/page/website.cla
Here is a list of the users:

  • @alnslang (login unknown in OCA database)

Appreciation of efforts,
OCA CLAbot


{
'name': 'Account Group Invoice Lines',
'version': '1.1',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_inherit = 'account.invoice'

def inv_line_characteristic_hashcode(self, invoice_line):
'''When grouping per account, we remove the product_id from

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

triple-""" is the norm I believe, and the first line should be a short description


{
'name': 'Account Group Invoice Lines',
'version': '1.1.0',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also add at the beginning the Odoo version. Thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Odoo will automatically concatenate the version of Odoo (8.0) with the version of the module (1.1.0). So, with the current value for the version key, Odoo will display "8.0.1.1.0" as module version in the web user interface.

So do you really want me to put the version of Odoo at the beginning of the version number ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see this comment that explain the why: OCA/maintainer-tools#90 (comment)

@alexis-via
Copy link
Contributor Author

@clonedagain @tafaRU
I took into account all your remarks in my latested commit... do you approve the PR now ?

@alexis-via
Copy link
Contributor Author

and @alnslang told me he has signed OCA's CLA yesterday.

@tafaRU
Copy link
Member

tafaRU commented Sep 22, 2015

Thanks, @alexis-via! Now LGTM 👍

@cdubuit
Copy link

cdubuit commented Sep 28, 2015

👍 bien

@sla-subteno-it
Copy link

👍

1 similar comment
@sebastienbeau
Copy link
Member

👍

sebastienbeau added a commit that referenced this pull request Oct 7, 2015
8.0 add account_group_invoice_lines module
@sebastienbeau sebastienbeau merged commit fe0b00e into OCA:8.0 Oct 7, 2015
@oca-clabot
Copy link

Hey @alexis-via,
We acknowledge that the following users have signed our Contributor License Agreement:

  • @alnslang

Appreciation of efforts,
OCA CLAbot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants