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_fiscal_year_closing] WIP #58

Closed

Conversation

JordiBForgeFlow
Copy link
Sponsor Member

WIP. Seems that issue odoo/odoo#20163 was not completely resolved. I am asking to reopen.

antespi and others added 3 commits November 3, 2017 15:56
@JordiBForgeFlow
Copy link
Sponsor Member Author

@pedrobaeza Seems to me that the bug odoo/odoo#20163 will not have an easy fix. I propose to continue with the approach of v9 and v10.

@pedrobaeza
Copy link
Member

Well, as said by them, the workaround should work, so let's give them a bit more time... If not , we can always easily switch back to the old mechanism.

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

import logging
from openerp import _, api, exceptions, fields, models
Copy link
Member

Choose a reason for hiding this comment

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

Maybe you can replace all from openerp ... to from odoo ...

Or execute find . -type f -name '*.py' | xargs sed -i 's/from openerp/from odoo/g' on root.

<field name="company_id" groups="base.group_multi_company"/>
</group>
</group>
<group string="Moves configuration">
Copy link
Member

Choose a reason for hiding this comment

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

Replace string selectors by name.

<group name="Moves configuration">

Copy link
Member

Choose a reason for hiding this comment

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

It shouldn't be replaced, but complemented:

<group string="Moves configuration" name="moves_configuration"/>

<field name="move_type"/>
</group>
</group>
<group string="Accounts mapping">
Copy link
Member

Choose a reason for hiding this comment

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

Replace string selectors by name.

</tree>
</field>
</group>
<group string="Accounts closing types">
Copy link
Member

Choose a reason for hiding this comment

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

Replace string selectors by name.

<field name="calculation_date"/>
</group>
</group>
<group string="Moves configuration">
Copy link
Member

Choose a reason for hiding this comment

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

Replace string selectors by name.

<field name="move_type"/>
</group>
</group>
<group string="Accounts mapping">
Copy link
Member

Choose a reason for hiding this comment

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

Replace string selectors by name.

</tree>
</field>
</group>
<group string="Accounts closing types">
Copy link
Member

Choose a reason for hiding this comment

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

Replace string selectors by name.

@JordiBForgeFlow JordiBForgeFlow force-pushed the 11.0-mig-account_fiscal_year_closing branch from cc21705 to ffdad6d Compare November 13, 2017 13:01
@JordiBForgeFlow JordiBForgeFlow force-pushed the 11.0-mig-account_fiscal_year_closing branch from ffdad6d to e817d69 Compare November 13, 2017 15:31
@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
Copy link
Member

Choose a reason for hiding this comment

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

Not needed in Python3

@@ -0,0 +1,27 @@
# -*- coding: utf-8 -*-
Copy link
Member

Choose a reason for hiding this comment

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

Not needed in Python3

@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
Copy link
Member

Choose a reason for hiding this comment

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

Not needed in Python3

@@ -0,0 +1,76 @@
# -*- coding: utf-8 -*-
Copy link
Member

Choose a reason for hiding this comment

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

Not needed in Python3

@@ -0,0 +1,92 @@
# -*- coding: utf-8 -*-
Copy link
Member

Choose a reason for hiding this comment

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

Not needed in Python3

@@ -0,0 +1,31 @@
# -*- coding: utf-8 -*-
Copy link
Member

Choose a reason for hiding this comment

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

Not needed in Python3

@pedrobaeza
Copy link
Member

Closing as no need of this one finally.

@pedrobaeza pedrobaeza closed this Jun 22, 2018
@sergiocorato
Copy link
Contributor

@pedrobaeza can you reopen this as of thread Functional Question: Year End Closing in Odoo (OPEJ) in mailing list? I based the v. 12.0 on this one.

@pedrobaeza
Copy link
Member

No, you should do a new PR based on this PR, as the original contributor is not interested anymore in it.

@sergiocorato
Copy link
Contributor

ah ok

@eng-eslam-a-y
Copy link

eng-eslam-a-y commented Jun 15, 2020

Closing as no need of this one finally.

@pedrobaeza
Hi, could you please tell me why this one is closed as i didn't find a reason why.
if there is workaround for it or another OCA module in v12 could you please guide me to it

@pedrobaeza
Copy link
Member

No need of fiscal year closing since v9.

@sergiocorato
Copy link
Contributor

@pedrobaeza as of your reply on contributor mailing list I opened #129 (and #134) in this repo, if preferable I'll move it on Italian localization.

@pedrobaeza
Copy link
Member

Yes, but the general reply still is that is not needed. You insist on putting it, then you continue with the PR, but better to not confuse others believing that the module is needed in a general way.

@sergiocorato
Copy link
Contributor

I agree, this module is useful only if user is absolutely sure that laws in his country require it.

Mraimou pushed a commit to camptocamp/account-closing that referenced this pull request Apr 20, 2021
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

6 participants