Skip to content

Conversation

@Kiplangatdan
Copy link
Member

No description provided.

Copy link

@gfcapalbo gfcapalbo left a comment

Choose a reason for hiding this comment

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

Approved, minimal functionality, but CI is green and all looks good for v18.

needed for:
website_oca_integrator
website_oca_psc_team

these two modules are independent, so this module is needed to support them

MIGRATION NOTE: both these modules should have a dependency on this, but they do not. this is a big problem in the structure.
Probably this is taken care of by a meta-module (oca_all) these two modules are last on the dependency list, but i think we should add correct dependencies on the modules.

A problem, but not regarding this MR. Approved.

"website": "https://github.com/OCA/oca-custom",
"author": "GRAP, Akretion, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["github_connector"],

Choose a reason for hiding this comment

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

class ResPartner(models.Model):
_inherit = "res.partner"

github_name = fields.Char(readonly=False)

Choose a reason for hiding this comment

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

will be used in Website_oca_integrator, wich has still not been migrated. approved.

I see this field used in:

website_oca_integrator
website_oca_psc_team

wich are independent, so even if this module is very small, approved.

<record id="res_partner_github_visible" model="ir.ui.view">
<field name="name">res.partner.github.visible.form</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref="github_connector.view_res_partner_form" />

Choose a reason for hiding this comment

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

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.

9 participants