Skip to content

Added Mass Editing v9 - #315

Merged
elicoidal merged 28 commits into
OCA:9.0from
JayVora-SerpentCS:9.0
Sep 9, 2016
Merged

Added Mass Editing v9#315
elicoidal merged 28 commits into
OCA:9.0from
JayVora-SerpentCS:9.0

Conversation

@JayVora-SerpentCS

Copy link
Copy Markdown

No description provided.

@SerpentCS

Copy link
Copy Markdown

We must make better index.html

@pedrobaeza

Copy link
Copy Markdown
Member

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

@SerpentCS

Copy link
Copy Markdown

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

@pedrobaeza

Copy link
Copy Markdown
Member

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

@JayVora-SerpentCS

Copy link
Copy Markdown
Author

Will do this week.

@coveralls

Copy link
Copy Markdown

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
Copy Markdown
Author

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

@JayVora-SerpentCS

Copy link
Copy Markdown
Author

Hello Reviewers, please update.

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

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

coveralls commented Apr 29, 2016

Copy link
Copy Markdown

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
Copy Markdown
Contributor

LGTM 👍 (code review + installation and quick test)

Comment thread mass_editing/models/mass_object.py Outdated
raise orm.except_orm(
_("Warning"),
_("Deletion of the action record failed."))
raise except_orm(_("Warning"), _("Deletion of the action "

Copy link
Copy Markdown
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

coveralls commented May 27, 2016

Copy link
Copy Markdown

Coverage Status

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

@coveralls

coveralls commented May 29, 2016

Copy link
Copy Markdown

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
Copy Markdown
Author

Please check.
Thanks.

@moylop260

Copy link
Copy Markdown
Contributor

Is posible add it test?

@JayVora-SerpentCS

JayVora-SerpentCS commented Aug 23, 2016

Copy link
Copy Markdown
Author

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
Copy Markdown
Member

👍

@JayVora-SerpentCS

Copy link
Copy Markdown
Author

@lasley @pedrobaeza any feedback on latest changes?

@lasley

lasley commented Aug 26, 2016

Copy link
Copy Markdown
Contributor

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

@BT-ojossen

Copy link
Copy Markdown

can this be merged?

@elicoidal

Copy link
Copy Markdown

Yes it can!

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

Copy link
Copy Markdown
Member

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

@pedrobaeza

Copy link
Copy Markdown
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
Copy Markdown

@pedrobaeza Well noted

@pedrobaeza

Copy link
Copy Markdown
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
Copy Markdown
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.