Skip to content

Conversation

JayVora-SerpentCS
Copy link

No description provided.

@SerpentCS
Copy link

We must make better index.html

@pedrobaeza
Copy link
Member

Thanks for the PR. We can take the occasion to improve the module to the new standards:

@SerpentCS
Copy link

Should refer https://github.com/JayVora-SerpentCS/MassEditing
Definitely, we will perform those and make it cleaner. Thanks.

@pedrobaeza
Copy link
Member

Hi, @SerpentCS, do you have time for working in this?

@JayVora-SerpentCS
Copy link
Author

Will do this week.

@coveralls
Copy link

Coverage Status

Coverage decreased (-13.3%) to 54.735% when pulling 8f73689 on JayVora-SerpentCS:9.0 into 632ce98 on OCA:9.0.

@JayVora-SerpentCS
Copy link
Author

Hi @pedrobaeza ,
Please provide feedback if any.
Thanks,

@JayVora-SerpentCS
Copy link
Author

Hello Reviewers, please update.

@@ -0,0 +1,68 @@
<section class="oe_container oe_dark">
Copy link
Member

Choose a reason for hiding this comment

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

This should be included in the README.rst instead of in this HTML field. This way, everyone can see the guide.

Copy link
Author

Choose a reason for hiding this comment

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

In what section of README.rst, we should add the guideline (index.html content)?

Copy link
Member

Choose a reason for hiding this comment

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

In the section Usage

Copy link
Member

Choose a reason for hiding this comment

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

Remove this file as it's already on the README.rst

Copy link
Author

Choose a reason for hiding this comment

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

We need index.html file for module description on module form view, isnt it?

Copy link
Member

Choose a reason for hiding this comment

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

No, the file README.rst now makes this function.

@coveralls
Copy link

coveralls commented Apr 29, 2016

Coverage Status

Coverage decreased (-10.0%) to 58.661% when pulling c466f6b on JayVora-SerpentCS:9.0 into d2b1272 on OCA:9.0.

@mdietrichc2c
Copy link
Contributor

LGTM 👍 (code review + installation and quick test)

raise orm.except_orm(
_("Warning"),
_("Deletion of the action record failed."))
raise except_orm(_("Warning"), _("Deletion of the action "
Copy link
Member

Choose a reason for hiding this comment

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

Use UserError instead of this deprecated exception

@coveralls
Copy link

coveralls commented May 27, 2016

Coverage Status

Coverage decreased (-4.6%) to 64.069% when pulling e7b2e64 on JayVora-SerpentCS:9.0 into d2b1272 on OCA:9.0.

@coveralls
Copy link

coveralls commented May 29, 2016

Coverage Status

Coverage decreased (-4.1%) to 64.544% when pulling 440628c on JayVora-SerpentCS:9.0 into d2b1272 on OCA:9.0.

@JayVora-SerpentCS
Copy link
Author

Please check.
Thanks.

@moylop260
Copy link
Contributor

Is posible add it test?

@JayVora-SerpentCS
Copy link
Author

JayVora-SerpentCS commented Aug 23, 2016

Improved the code as per review comments, added / improved unit test cases and added uninstall hook to unlink the sidebar actions.
@lasley @pedrobaeza Please review.

@gurneyalex
Copy link
Member

👍

@JayVora-SerpentCS
Copy link
Author

@lasley @pedrobaeza any feedback on latest changes?

@lasley
Copy link
Contributor

lasley commented Aug 26, 2016

👍 - can you also squash the commits before merge please?

@BT-ojossen
Copy link

can this be merged?

@elicoidal
Copy link

Yes it can!

@elicoidal elicoidal merged commit 12050ea into OCA:9.0 Sep 9, 2016
@pedrobaeza
Copy link
Member

Well, I would prefer a squashing before merging, because there are a lot of useless commits.

@pedrobaeza
Copy link
Member

But this has to be done by the author, as GitHub only allows to squash all or nothing, but not something in the middle.

@elicoidal
Copy link

@pedrobaeza Well noted

@pedrobaeza
Copy link
Member

Another interesting feature has come to GitHub that allows maintainers to edit branches: https://github.com/blog/2247-improving-collaboration-with-forks, so now we are also able to squash selectively the PRs (but we need to know how to make git rebase -i HEAD~x)

@JayVora-SerpentCS
Copy link
Author

Thanks for sharing the knowledge @pedrobaeza. This would help us in future.

jnegrete pushed a commit to AlceConsorcio/server-tools that referenced this pull request Nov 11, 2017
* Added Mass Editing v9

* [IMP] Improved the coding standard as per API and PEP8.

* [ADD] Added README and index file.

* [IMP] Improved the indentation of the code as per travis test suggestion.

* [IMP] Improved the README.rst

* Update mass_object.py

* Delete index.html

* [ADD] Added unit test cases for MassEditing module.

* Corrected as per @api.multi

* Correction for the travis test

* Correction for the travis test

* [IMP] Improved the code as per review comments, improved copyrights, added test more cases and uninstall hook.

* [ADD] Added Unit test case for m2m fields.

* [ADD] Further added unit test case for unlink and multiple fields.

* [ADD] Added unit test case for model_id onchange.

* [IMP] Fixed the issue of eval in unit test case.

* [ADD] Added unit test case for uninstall hook.

* [ADD] Added unit test case for uninstall hook.

* [ADD] Added unit test case for wizard's fields_view_get method.

* [IMP] Improved the unit test case to cover more lines of code of fields view get.

* [IMP] Improved the unit test case to cover more lines of code of fields view get.
ljimenezsidoo pushed a commit to PESOL/server-tools that referenced this pull request Mar 28, 2018
* Added Mass Editing v9

* [IMP] Improved the coding standard as per API and PEP8.

* [ADD] Added README and index file.

* [IMP] Improved the indentation of the code as per travis test suggestion.

* [IMP] Improved the README.rst

* Update mass_object.py

* Delete index.html

* [ADD] Added unit test cases for MassEditing module.

* Corrected as per @api.multi

* Correction for the travis test

* Correction for the travis test

* [IMP] Improved the code as per review comments, improved copyrights, added test more cases and uninstall hook.

* [ADD] Added Unit test case for m2m fields.

* [ADD] Further added unit test case for unlink and multiple fields.

* [ADD] Added unit test case for model_id onchange.

* [IMP] Fixed the issue of eval in unit test case.

* [ADD] Added unit test case for uninstall hook.

* [ADD] Added unit test case for uninstall hook.

* [ADD] Added unit test case for wizard's fields_view_get method.

* [IMP] Improved the unit test case to cover more lines of code of fields view get.

* [IMP] Improved the unit test case to cover more lines of code of fields view get.
holdenrehg pushed a commit to holdenrehg-forks/server-tools that referenced this pull request Aug 21, 2018
* Added Mass Editing v9

* [IMP] Improved the coding standard as per API and PEP8.

* [ADD] Added README and index file.

* [IMP] Improved the indentation of the code as per travis test suggestion.

* [IMP] Improved the README.rst

* Update mass_object.py

* Delete index.html

* [ADD] Added unit test cases for MassEditing module.

* Corrected as per @api.multi

* Correction for the travis test

* Correction for the travis test

* [IMP] Improved the code as per review comments, improved copyrights, added test more cases and uninstall hook.

* [ADD] Added Unit test case for m2m fields.

* [ADD] Further added unit test case for unlink and multiple fields.

* [ADD] Added unit test case for model_id onchange.

* [IMP] Fixed the issue of eval in unit test case.

* [ADD] Added unit test case for uninstall hook.

* [ADD] Added unit test case for uninstall hook.

* [ADD] Added unit test case for wizard's fields_view_get method.

* [IMP] Improved the unit test case to cover more lines of code of fields view get.

* [IMP] Improved the unit test case to cover more lines of code of fields view get.
holdenrehg pushed a commit to holdenrehg-forks/server-tools that referenced this pull request Aug 21, 2018
* Added Mass Editing v9

* [IMP] Improved the coding standard as per API and PEP8.

* [ADD] Added README and index file.

* [IMP] Improved the indentation of the code as per travis test suggestion.

* [IMP] Improved the README.rst

* Update mass_object.py

* Delete index.html

* [ADD] Added unit test cases for MassEditing module.

* Corrected as per @api.multi

* Correction for the travis test

* Correction for the travis test

* [IMP] Improved the code as per review comments, improved copyrights, added test more cases and uninstall hook.

* [ADD] Added Unit test case for m2m fields.

* [ADD] Further added unit test case for unlink and multiple fields.

* [ADD] Added unit test case for model_id onchange.

* [IMP] Fixed the issue of eval in unit test case.

* [ADD] Added unit test case for uninstall hook.

* [ADD] Added unit test case for uninstall hook.

* [ADD] Added unit test case for wizard's fields_view_get method.

* [IMP] Improved the unit test case to cover more lines of code of fields view get.

* [IMP] Improved the unit test case to cover more lines of code of fields view get.
holdenrehg pushed a commit to holdenrehg-forks/server-tools that referenced this pull request Aug 21, 2018
* Added Mass Editing v9

* [IMP] Improved the coding standard as per API and PEP8.

* [ADD] Added README and index file.

* [IMP] Improved the indentation of the code as per travis test suggestion.

* [IMP] Improved the README.rst

* Update mass_object.py

* Delete index.html

* [ADD] Added unit test cases for MassEditing module.

* Corrected as per @api.multi

* Correction for the travis test

* Correction for the travis test

* [IMP] Improved the code as per review comments, improved copyrights, added test more cases and uninstall hook.

* [ADD] Added Unit test case for m2m fields.

* [ADD] Further added unit test case for unlink and multiple fields.

* [ADD] Added unit test case for model_id onchange.

* [IMP] Fixed the issue of eval in unit test case.

* [ADD] Added unit test case for uninstall hook.

* [ADD] Added unit test case for uninstall hook.

* [ADD] Added unit test case for wizard's fields_view_get method.

* [IMP] Improved the unit test case to cover more lines of code of fields view get.

* [IMP] Improved the unit test case to cover more lines of code of fields view get.
SiesslPhillip pushed a commit to grueneerde/OCA-server-tools that referenced this pull request Nov 20, 2024
Syncing from upstream OCA/server-tools (8.0)
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.