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

11.0 mig account_invoice_start_end_dates #63

Merged
merged 7 commits into from Jan 23, 2018
Merged

11.0 mig account_invoice_start_end_dates #63

merged 7 commits into from Jan 23, 2018

Conversation

ghost
Copy link

@ghost ghost commented Jan 3, 2018

No description provided.

alexis-via and others added 3 commits January 3, 2018 20:32
Extract a new module account_invoice_start_end_dates from account_cutoff_prepaid
Use triple double quotes for docstring
Replace <openerp> by <odoo> in XML
Remove <data> tags in XML
Remove POT files
@ghost ghost mentioned this pull request Jan 3, 2018
2 tasks
@pedrobaeza pedrobaeza mentioned this pull request Jan 3, 2018
8 tasks
@pedrobaeza pedrobaeza added this to the 11.0 milestone Jan 3, 2018
Copy link
Contributor

@simahawk simahawk left a comment

Choose a reason for hiding this comment

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

travis broken


.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/89/10.0
Copy link
Contributor

Choose a reason for hiding this comment

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

/11.0

@@ -0,0 +1,23 @@
# © 2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
Copy link
Contributor

Choose a reason for hiding this comment

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

replace '(c)' w/ 'Copyright'

Copy link
Contributor

@simahawk simahawk Jan 22, 2018

Choose a reason for hiding this comment

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

'license': 'AGPL-3',
'summary': 'Adds start/end dates on invoice lines and move lines',
'author': 'Akretion,Odoo Community Association (OCA)',
'website': 'http://www.akretion.com',
Copy link
Contributor

Choose a reason for hiding this comment

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

code,
invoice_line.get('start_date', 'False'),
invoice_line.get('end_date', 'False'),
)
Copy link
Contributor

Choose a reason for hiding this comment

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

indent back

@fclementic2c
Copy link
Member

Functional test Ok
👍

@fclementic2c
Copy link
Member

...however this module is useless without : #60

"""Add start and end dates to hashcode used when the option "Group
Invoice Lines" is active on the Account Journal"""
code = super().inv_line_characteristic_hashcode(
invoice_line)

Choose a reason for hiding this comment

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

newline the parenthesis

Copy link

@mpanarin mpanarin left a comment

Choose a reason for hiding this comment

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

LGTM + tested

Copy link

@tschanzt tschanzt left a comment

Choose a reason for hiding this comment

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

looks good to me.

@simahawk
Copy link
Contributor

simahawk commented Jan 22, 2018

reminder: migration commits squash needed before merge

@fclementic2c
Copy link
Member

LGTM
👍

@fclementic2c fclementic2c merged commit 4444968 into OCA:11.0 Jan 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants